Exemplo n.º 1
0
 public function __construct(Connection $connection = null)
 {
     $ast = new DeleteStatementNode();
     parent::__construct($ast, $ast, $connection);
 }
Exemplo n.º 2
0
 public function __construct(Connection $connection = null)
 {
     parent::__construct(new InsertStatementNode(), null, $connection);
 }