다음을 통해 공유


getHoldability Method (SQLServerConnection)

Retrieves the current holdability of SQLServerResultSet objects created by using this SQLServerConnection object.

public int getHoldability()

반환 값

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

HOLD_CURSORS_OVER_COMMIT

CLOSE_CURSORS_AT_COMMIT

예외

SQLServerException

주의

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

참고 항목

참조

SQLServerConnection Class

개념

SQLServerConnection Methods
SQLServerConnection Members