Freigeben über


getHoldability Method (SQLServerConnection)

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

public int getHoldability()

Rückgabewert

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

HOLD_CURSORS_OVER_COMMIT

CLOSE_CURSORS_AT_COMMIT

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Verweis

SQLServerConnection Class

Konzepte

SQLServerConnection Methods
SQLServerConnection Members