|
SYNOPSISbool mongoc_client_session_in_transaction (const mongoc_client_session_t *session); Check whether a multi-document transaction is in progress for this session. PARAMETERS
RETURNReturns true if a transaction was started and has not been committed or aborted, otherwise false. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|