getResultSetHoldability Method (SQLServerStatement)
Retrieves the result set holdability for SQLServerResultSet objects that are generated by this SQLServerStatement object.
public final int getResultSetHoldability()
Rückgabewert
An int that indicates the result set holdability.
Ausnahmen
Hinweise
This getResultSetHoldability method is specified by the getResultSetHoldability method in the java.sql.Statement interface.