Transaction.getIsolationLevel

Gets the isolation level for the given transaction. This specifies the locking behavior for the database connection during the given transaction.

class Transaction
GdaTransactionIsolation
getIsolationLevel
()

Return Value

Type: GdaTransactionIsolation

the isolation level.

Meta