suspend fun SQLConnection.setTransactionIsolationAwait(isolation: TransactionIsolation): Unit
Attempts to change the transaction isolation level for this Connection object to the one given.
The constants defined in the interface Connection are the possible transaction isolation levels.
isolation
- the level of isolation
handler
- the handler called when this operation completes.
Return