Retrieves whether this database supports keeping statements open across rollbacks.
public boolean supportsOpenStatementsAcrossRollback()
Return Value
True if supported. Otherwise, false.
Exceptions
Remarks
This supportsOpenStatementsAcrossRollback method is specified by the supportsOpenStatementsAcrossRollback method in the java.sql.DatabaseMetaData interface.