Client Session
A client session that supports transactions.
Since
3.8
Types
Functions
Link copied to clipboard
Abort a transaction in the context of this session. A transaction can only be aborted if one has first been started.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Commit a transaction in the context of this session. A transaction can only be committed if one has first been started.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns true if there is an active transaction on this session, and false otherwise
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Start a transaction in the context of this session with default transaction options. A transaction can not be started if there is already an active transaction on this session.
Start a transaction in the context of this session with the given transaction options. A transaction can not be started if there is already an active transaction on this session.