Beispiel #1
0
 /**
  * Register statement prototype
  * 
  * @param Statement $statementPrototype 
  */
 public function registerStatementPrototype(Statement $statementPrototype)
 {
     $this->statementPrototype = $statementPrototype;
     $this->statementPrototype->setDriver($this);
     // needs access to driver to createResult()
 }