supportsResultSetHoldability(int holdability)
Syntax:
boolean supportsResultSetHoldability(int holdability) throws SQLException
Description:
Retrieves whether this database supports the given result set holdability.
Parameters:
holdability - one of the following constants: ResultSet.HOLD_CURSORS_OVER_COMMIT or ResultSet.CLOSE_CURSORS_AT_COMMIT
Returns:
true
if so; false
otherwise
Throws:
SQLException - if a database access error occurs