Class: Doctrine_Transaction_Mssql
Source Location: /Doctrine/Transaction/Mssql.phpClass Doctrine_Transaction_Mssql
Class Overview
Located in /Doctrine/Transaction/Mssql.php [line 33] Doctrine_Connection_Module | --Doctrine_Transaction | --Doctrine_Transaction_MssqlAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties | Inherited Methods | Inherited Constants |
---|---|---|
Inherited From Doctrine_Transaction Inherited From Doctrine_Connection_Module |
Inherited From Doctrine_Transaction
Inherited From Doctrine_Connection_Module
|
Inherited From Doctrine_Transaction |
[ Top ]
Method Summary
Properties
Methods
setIsolation [line 52]
|
Set the transacton isolation level.
Parameters:string | $isolation: | standard isolation level (SQL-92) portable modes: READ UNCOMMITTED (allows dirty reads) READ COMMITTED (prevents dirty reads) REPEATABLE READ (prevents nonrepeatable reads) SERIALIZABLE (prevents phantom reads) mssql specific modes: SNAPSHOT |
$options: |
API Tags:
Access: | public |
Information Tags:
Link: | http://msdn2.microsoft.com/en-us/library/ms173763.aspx |
Throws: | PDOException if something fails at the PDO level |
Throws: | Doctrine_Transaction_Exception if using unknown isolation level or unknown wait option |
Redefinition of:
- Doctrine_Transaction::setIsolation()
- setIsolation
[ Top ]