Enumeration of WHILE TRANS states
| Enumeration Value | Value | Description |
|---|---|---|
| _KDB_TRANS_STATE_START | 0 | Start of a transaction |
| _KDB_TRANS_STATE_RETRY | 1 | Transaction is being retried after failure |
| _KDB_TRANS_STATE_ROLLBACK | 2 | Transaction failed |
| _KDB_TRANS_STATE_COMPLETE | 3 | Transaction of successfully completed |
Back to the list of Enumerations and Constants