Methods
-
addChangeListener(QueryChangeListener<SyncResultSet> listener)
→ ListenerToken
-
Adds a
listener
to be notified of changes to the results of this query. [...]
inherited
-
changes()
→ Stream<QueryChange<SyncResultSet>>
-
Returns a Stream to be notified of changes to the results of this query. [...]
inherited
-
execute()
→ SyncResultSet
-
Executes this query. [...]
inherited
-
explain()
→ String
-
Returns a string describing the implementation of the compiled query. [...]
inherited
-
having(ExpressionInterface expression)
→ SyncHaving
-
Creates and returns a
HAVING
clause query component with the given
expression
.
inherited
-
limit(ExpressionInterface limit, {ExpressionInterface? offset})
→ SyncLimit
-
Creates and returns a
LIMIT
clause query component with the given
limit and offset
.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
orderBy(OrderingInterface ordering0, [OrderingInterface? ordering1, OrderingInterface? ordering2, OrderingInterface? ordering3, OrderingInterface? ordering4, OrderingInterface? ordering5, OrderingInterface? ordering6, OrderingInterface? ordering7, OrderingInterface? ordering8, OrderingInterface? ordering9])
→ SyncOrderBy
-
Creates and returns a
ORDER BY
clause query component with the given
orderings.
inherited
-
orderByAll(Iterable<OrderingInterface> orderings)
→ SyncOrderBy
-
Creates and returns a
ORDER BY
clause query component with the given
orderings
.
inherited
-
removeChangeListener(ListenerToken token)
→ FutureOr<void>
-
Removes a previously added change listener. [...]
inherited
-
setParameters(Parameters? value)
→ FutureOr<void>
-
Sets the parameters of this query.
inherited
-
toString()
→ String
-
A string representation of this object. [...]
inherited