DatabaseMetaData.supportsOpenStatementsAcrossRollback
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean supportsOpenStatementsAcrossRollback() throws SQLException
Returns
true if statements always remain open; false if they might not remain open
Description
Can statements remain open across rollbacks?
Exceptions
SQLException
if a database-access error occurs.