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

Operators

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