Snapshot isolation level, returned by WT_EXTENSION_API::transaction_isolation_level. More...
| Public Attributes | |
| int(* | notify )(WT_TXN_NOTIFY *notify, WT_SESSION *session, uint64_t txnid, int committed) | 
| A method called when the session's current transaction is committed or rolled back.  More... | |
Snapshot isolation level, returned by WT_EXTENSION_API::transaction_isolation_level.
| int(* WT_TXN_NOTIFY::notify) (WT_TXN_NOTIFY *notify, WT_SESSION *session, uint64_t txnid, int committed) | 
A method called when the session's current transaction is committed or rolled back.
| notify | a pointer to the event handler | 
| session | the current session handle | 
| txnid | the transaction ID | 
| committed | an integer value which is non-zero if the transaction is being committed. |