setTransactionIsolation(int level)

Syntax:

void setTransactionIsolation(int level) throws SQLException

Description:

Sets the default transaction isolation mode for new connections.

Parameters:

level

the requested local mode: true to enable local mode, false to disable it

Throws:

SQLException - if a database access error occurs