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