Connection.getTransactionIsolation

Connection.getTransactionIsolation

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract int getTransactionIsolation() throws SQLException
Returns
the current TRANSACTION_* mode value
Description
Get this Connection's current transaction isolation mode.

Exceptions
SQLException if a database-access error occurs.