getHoldability()
Syntax:
int getHoldability() throws SQLException
Description:
Retrieves the current holdability of ResultSet
objects created using this Connection
object.
Returns:
the holdability, ResultSet.CLOSE_CURSORS_AT_COMMIT
Throws:
SQLException - if a database access error occurs
Reference:
For more information, reference JDBC documentation for: Connection.getHoldability()