getTransactionIsolation()
Syntax:
int getTransactionIsolation() throws SQLException
Description:
Returns the default transaction isolation mode that will be used for new connections.
Returns:
the current transaction isolation mode
Throws:
SQLException - if a database access error occurs