DatabaseMetaData.supportsOpenStatementsAcrossCommit

DatabaseMetaData.supportsOpenStatementsAcrossCommit

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean supportsOpenStatementsAcrossCommit() throws SQLException
Returns
true if statements always remain open; false if they might not remain open
Description
Can statements remain open across commits?

Exceptions
SQLException if a database-access error occurs.