Transaction class

Constructors

Transaction(ArangoClient client)

Properties

client ArangoClient
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

abort(int id) FutureOr<Map?>
Aborts a transaction
begin(dynamic collections) FutureOr<Map?>
Begins a transaction
commit(int id) FutureOr<Map?>
Commits a transaction
executeTransaction(dynamic collections, String action, {String? params, bool waitForSync = true, bool allowImplicit = true, int lockTimeout = 0, int maxTransactionSize = 0}) FutureOr<Map?>
Executes a transaction
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited