Exemplo n.º 1
0
 /**
  * Get sql to set the transaction isolation level
  *
  * @param integer $level
  */
 public function getSetTransactionIsolationSql($level)
 {
     throw DoctrineException::setTransactionIsolationLevelNotSupported($this);
 }