Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Retrieves the current transaction isolation level of this SQLServerConnection object.
Syntax
public int getTransactionIsolation()
Return Value
An int value that contains one of the following isolation levels:
TRANSACTION_NONE
TRANSACTION_READ_UNCOMMITTED
TRANSACTION_READ_COMMITTED
TRANSACTION_REPEATABLE_READ
TRANSACTION_SERIALIZABLE
TRANSACTION_SNAPSHOT = 0x1000
Exceptions
Remarks
This getTransactionIsolation method is specified by the getTransactionIsolation method in the java.sql.Connection interface.