DatabaseMetaData.supportsTransactionIsolationLevel
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean supportsTransactionIsolationLevel( int level ) throws SQLException
Parameters
- level
- the values are defined in java.sql.Connection
Returns
true if so
Description
Does the database support the given transaction isolation level?
Exceptions
SQLException
if a database-access error occurs.
See Also
Connection