public abstract int getResultSetHoldability () throws SQLException

Retrieves the result set holdability for ResultSet objects generated by this Statement object.

Returns:  either ResultSet.HOLD_CURSORS_OVER_COMMIT or ResultSet.CLOSE_CURSORS_AT_COMMIT

Exceptions:
SQLException    if a database access error occurs or this method is called on a closed Statement

Since:  1.4