Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Retrieves the current holdability of SQLServerResultSet objects created by using this SQLServerConnection object.
Syntax
public int getHoldability()
Return Value
An int value that contains one of the following holdability levels:
HOLD_CURSORS_OVER_COMMIT
CLOSE_CURSORS_AT_COMMIT
Exceptions
Remarks
This getHoldability method is specified by the getHoldability method in the java.sql.Connection interface.