示例#1
0
 public function __construct(Connection $connection = null)
 {
     $ast = new DeleteStatementNode();
     parent::__construct($ast, $ast, $connection);
 }
示例#2
0
 public function __construct(Connection $connection = null)
 {
     parent::__construct(new InsertStatementNode(), null, $connection);
 }