Constants: SQLITEDAM-TransactionType

Parent: $root.$constants

kSQLiteTranDeferredNo locks are acquired on the database until the database is first accessed
kSQLiteTranExclusiveEXCLUSIVE locks are acquired on all databases as soon as the BEGIN command is executed
kSQLiteTranImmediateRESERVED locks are acquired on all databases as soon as the BEGIN command is executed