Ejemplo n.º 1
0
 /**
  * Creates a new save point for nested transactions.
  *
  * @param string $name The save point name.
  * @return void
  */
 public function createSavePoint($name)
 {
     $this->execute($this->_driver->savePointSQL($name))->closeCursor();
 }