SyncOrderBy class abstract Query Builder

Version of OrderBy for building SyncQuerys.

Implemented types

Constructors

SyncOrderBy()

Properties

hashCode int
The hash code for this object.
no setterinherited
isClosed bool
Whether this resource has been closed.
no setterinherited
jsonRepresentation String?
The JSON representation of this query.
no setterinherited
n1ql String?
The N1QL string of this query.
no setterinherited
parameters Parameters?
The values with which to substitute the parameters defined in the query.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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
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 nonexistent method or property is accessed.
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

Operators

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