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