Exemple #1
0
 /**
  * Sets the transaction isolation level.
  *
  * @param integer $level The level to set.
  */
 public function setTransactionIsolation($level)
 {
     $this->_transactionIsolationLevel = $level;
     return $this->exec($this->_platform->getSetTransactionIsolationSql($level));
 }