Hitachi

Hitachi Advanced Database Application Development Guide


8.2.20 getTransactionIsolation()

Organization of this subsection

(1) Function

This method acquires the current transaction isolation level for this Connection object.

(2) Format

public synchronized int getTransactionIsolation() throws SQLException

(3) Arguments

None.

(4) Return value

This method returns the current transaction isolation level, which is one of the following:

(5) Exceptions

If this Connection object is closed, the JDBC driver throws an SQLException.