DatabaseMetaData.supportsTransactions
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean supportsTransactions() throws SQLException
Returns
true if transactions are supported
Description
Are transactions supported? If not, commit is a noop and the
isolation level is TRANSACTION_NONE.
Exceptions
SQLException
if a database-access error occurs.