supportsOpenStatementsAcrossRollback()
Syntax:
boolean supportsOpenStatementsAcrossRollback() throws SQLException
Description:
Retrieves whether this database supports keeping statements open across rollbacks.
Returns:
true if statements always remain open; false if they might not remain open
Throws:
SQLException - if a database access error occurs