다음을 통해 공유


setTransactionIsolation Method (SQLServerConnection)

Tries to change the transaction isolation level for this SQLServerConnection object to the one given.

public void setTransactionIsolation(int level)

매개 변수

level

An int value that contains one of the following isolation levels:

TRANSACTION_READ_UNCOMMITTED

TRANSACTION_READ_COMMITTED

TRANSACTION_REPEATABLE_READ

TRANSACTION_SERIALIZABLE

TRANSACTION_SNAPSHOT = 0x1000

예외

SQLServerException

주의

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

Transactions are not committed if this method is called in the middle of a transaction.

참고 항목

참조

SQLServerConnection Class

개념

SQLServerConnection Methods
SQLServerConnection Members