다음을 통해 공유


setHoldability Method (SQLServerConnection)

Changes the holdability of SQLServerResultSet objects that are created by using this SQLServerSavepoint object to the given holdability.

public void setHoldability(int nNewHold)

매개 변수

nNewHold

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

HOLD_CURSORS_OVER_COMMIT

CLOSE_CURSORS_AT_COMMIT

예외

SQLServerException

주의

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

참고

참조

SQLServerConnection Class

개념

SQLServerConnection Methods
SQLServerConnection Members