From class

Inheritance

Constructors

From()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
options Map<String, dynamic>
read / write, inherited
param Parameters
read / write, inherited
queryId String
final, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
tokens Map<ListenerToken, StreamSubscription>
read / write, inherited

Methods

from(String dbName) → dynamic
groupBy(List<Expression> expressionList) GroupBy
join(Join expression) Joins
limit(Expression expression, { Expression offset }) Limit
orderBy(List<Ordering> orderingList) OrderBy
toJson() Map<String, dynamic>
override
where(Expression expression) Where
addChangeListener(dynamic callback(QueryChange)) Future<ListenerToken>
Adds a query change listener and posts changes to callback. [...]
inherited
execute() Future<ResultSet>
Executes the query. [...]
inherited
getParameters() Parameters
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
removeChangeListener(ListenerToken token) Future<void>
Removes a change listener wih the given listener token.
inherited
setParameters(Parameters parameters) → dynamic
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited