Exemplo n.º 1
0
 /**
  * @param Statement $statement
  * @return Pgsql
  */
 public function registerStatementPrototype(Statement $statement)
 {
     $this->statementPrototype = $statement;
     $this->statementPrototype->setDriver($this);
     // needs access to driver to createResult()
     return $this;
 }