GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MONGOC_TRANSACTION_STATE_T(3) libmongoc MONGOC_TRANSACTION_STATE_T(3)

Constants for transaction states

typedef enum {

MONGOC_TRANSACTION_NONE = 0,
MONGOC_TRANSACTION_STARTING = 1,
MONGOC_TRANSACTION_IN_PROGRESS = 2,
MONGOC_TRANSACTION_COMMITTED = 3,
MONGOC_TRANSACTION_ABORTED = 4, } mongoc_transaction_state_t;


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

2009-present, MongoDB, Inc.

July 3, 2025 1.30.4

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.