_isolationLevel = $level; return $this->exec('SET SESSION TRANSACTION ISOLATION LEVEL ' . $sql); } /** * getTransactionIsolation * * @return string returns the current session transaction isolation level */ public function getTransactionIsolation() { return $this->_isolationLevel; } } ?>