MONGOC_CLIENT_SESSION_IN_TRANSACTION(3) | MongoDB C Driver | MONGOC_CLIENT_SESSION_IN_TRANSACTION(3) |
mongoc_client_session_in_transaction - mongoc_client_session_in_transaction()
bool mongoc_client_session_in_transaction (const mongoc_client_session_t *session);
Check whether a multi-document transaction is in progress for this session.
Returns true if a transaction was started and has not been committed or aborted, otherwise false.
MongoDB, Inc
2017-present, MongoDB, Inc
February 23, 2019 | 1.14.0 |