TransactionType
Description:
Namespace: SQLHeavy
Package: SQLHeavy
Content:
Enum values:
-
DEFERRED - No locks are acquired on the database
until the database is first accessed.
-
IMMEDIATE - Lock database as immediately, without
waiting for the database to actually be used.
-
EXCLUSIVE - Lock database, including from other
threads and processes.
Methods: