다음을 통해 공유


getTransactionIsolation Method (SQLServerConnection)

Retrieves the current transaction isolation level of this SQLServerConnection object.

public int getTransactionIsolation()

반환 값

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

예외

SQLServerException

주의

This getTransactionIsolation method is specified by the getTransactionIsolation method in the java.sql.Connection interface.

참고

참조

SQLServerConnection Class

개념

SQLServerConnection Methods
SQLServerConnection Members