Constants: ODBCDAM-Isolation Level

Parent: $root.$constants

kODBCIsolationReadCommittedDirty reads are not possible. Nonrepeatable reads and phantoms are possible
kODBCIsolationReadUncommittedDirty reads, nonrepeatable reads, and phantoms are possible
kODBCIsolationRepeatableReadDirty reads and nonrepeatable reads are not possible. Phantoms are possible
kODBCIsolationSerializableTransactions are serializable. Serializable transactions do not allow dirty reads, nonrepeatable reads, or phantoms
kODBCIsolationUnknownUnknown isolation level