supportsOpenCursorsAcrossRollback()

Syntax:

boolean supportsOpenCursorsAcrossRollback()
                                          throws SQLException

Description:

Retrieves whether this database supports keeping cursors open across rollbacks.

Returns:

true if cursors always remain open; false if they might not remain open

Throws:

SQLException - if a database access error occurs