Aql class

Constructors

Aql(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

explain(String query, {Map<String, dynamic>? options}) FutureOr
nextBatch(String id) FutureOr
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(String query) FutureOr
run(String query, {bool count = true, int batchSize = 2, Map<String, dynamic>? options}) FutureOr
toString() String
A string representation of this object.
inherited

Operators

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