Ejemplo n.º 1
0
 /**
  * Sets up the native query builder.
  */
 public function __construct()
 {
     parent::__construct('NATIVE');
     $this->using = null;
 }
Ejemplo n.º 2
0
 /**
  * Creates a DELETE query builder.
  */
 public function __construct()
 {
     parent::__construct('DELETE');
 }