OptionalautocommitOptionalisolationANSI SQL transaction isolation level. Accepts either the IsolationLevel
enum or the equivalent raw string literal (kept for backwards
compatibility with existing callers). Dialect-specific native values
that aren't part of the ANSI set (e.g. Db2's UR/CS/RS/RR
abbreviations or MSSQL's SNAPSHOT) are intentionally not part of the
IsolationLevel enum and continue to be accepted only as plain
strings by the dialects that support them.
OptionaltypeOptionaldeferrableOptionallockLock level for all queries within the transaction
Options for a transaction: isolation level, type, and whether it nests as a savepoint inside an outer transaction.