FLAG VALUES
- Provided by: libmongoc-doc (Version: 1.26.0-1.1ubuntu2)
- Source: mongo-c-driver
- Report a bug
Constants for transaction states
These constants describe the current transaction state of a session.
| MONGOC_TRANSACTION_NONE | There is no transaction in progress. |
| MONGOC_TRANSACTION_STARTING | A transaction has been started, but no operation has been sent to the server. |
| MONGOC_TRANSACTION_IN_PROGRESS | A transaction is in progress. |
| MONGOC_TRANSACTION_COMMITTED | The transaction was committed. |
| MONGOC_TRANSACTION_ABORTED | The transaction was aborted. |
MongoDB, Inc
2017-present, MongoDB, Inc