ClientSession
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Abort a transaction in the context of this session. A transaction can only be aborted if one has first been started.
Abort a transaction in the context of this session. A transaction can only be aborted if one has first been started.
Attributes
Commit a transaction in the context of this session. A transaction can only be commmited if one has first been started.
Commit a transaction in the context of this session. A transaction can only be commmited if one has first been started.
Attributes
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.
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.
Value parameters
- options
-
the options to apply to the transaction
Attributes
Concrete methods
Returns true if there is an active transaction on this session, and false otherwise
Returns true if there is an active transaction on this session, and false otherwise
Attributes
- Returns
-
true if there is an active transaction on this session
Gets the transaction options. If session has no active transaction, then None is returned
Gets the transaction options. If session has no active transaction, then None is returned
Attributes
- Returns
-
the transaction options