TIB_Isolation Type |
Unit
IB_Components
Declaration
TIB_Isolation = ( tiConcurrency, tiConsistency, tiCommitted );
Description
Isolation levels for the transaction.
tiConcurrency - Read-Repeatable or Snapshot.
tiConsistency - Forced-Repeatable or Forced Snapshot.
tiCommitted - Read-Committed.