supportsTransactionIsolationLevel(int level)

Syntax:

boolean supportsTransactionIsolationLevel(int level)
                                          throws SQLException

Description:

Retrieves whether this database supports the given transaction isolation level.

Parameters:

level - one of the transaction isolation levels defined in java.sql.Connection

Returns:

true if so; false otherwise

Throws:

SQLException - if a database access error occurs