Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_CLIENT_...IN_TRANSACTION(3)  libmongoc MONGOC_CLIENT_...IN_TRANSACTION(3)

SYNOPSIS
	bool
	mongoc_client_session_in_transaction (const mongoc_client_session_t *session);

     Check whether a multi-document transaction is in progress for this session.

PARAMETERS
     * session: A mongoc_client_session_t.

RETURN
     Returns  true  if	a  transaction was started and has not been committed or
     aborted, otherwise false.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026MONGOC_CLIENT_...IN_TRANSACTION(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_client_session_in_transaction&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help