Session AutoCommit
Type: VT_BOOL
R/W: R/W
IBProvider v1, v2, v3.
Automatic commit transactions
|
Autocommit Isolation Levels
Type: VT_I4
R/W: R/W
IBProvider v1, v2, v3.
| 0x1000 | — | Read Commited (Cursor Stability) |
| 0x10000 | — | Repeatable Read (Snapshot, Concurrency) |
| 0x100000 | — | Serializable (Isolated, Consistency) |
Isolation level of automatic and COM+ transactions
|
Session InnerTrans
Type: VT_BOOL
R/W: R/W
IBProvider v1, v2, v3.
To allow an using the own transactions. The isolation level of inner transaction defines by Autocommit Isolation Levels.
|
Session Schema Cache
Type: VT_I2
R/W: R/W
IBProvider v1, v2, v3.
The mode of metadata caching.
| 0 | — | forbid |
| 1 | — | global |
| 2 | — | local for session |
|
Session AutoCommit DDL
|
Session AutoCommit DDL Level
|
new! Session Transaction Abort Flags
Type: VT_I4
R/W: R/W
IBProvider v1, v2, v3.
Bit mask of transaction abort modes
See the initialization property of provider
tr_abort_flags
|