Parent: $root.$constants
kODBCIsolationReadCommitted | Dirty reads are not possible. Nonrepeatable reads and phantoms are possible |
kODBCIsolationReadUncommitted | Dirty reads, nonrepeatable reads, and phantoms are possible |
kODBCIsolationRepeatableRead | Dirty reads and nonrepeatable reads are not possible. Phantoms are possible |
kODBCIsolationSerializable | Transactions are serializable. Serializable transactions do not allow dirty reads, nonrepeatable reads, or phantoms |
kODBCIsolationUnknown | Unknown isolation level |