예제 #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);
 }