OrderByBlock class

ORDER BY

Inheritance

Constructors

OrderByBlock(QueryBuilderOptions options)

Properties

hashCode int
The hash code for this object.
no setterinherited
mOptions QueryBuilderOptions
getter/setter pairinherited
mOrders List<OrderNode>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildReturningFields() List<String?>?
inherited
buildStr(QueryBuilder queryBuilder) String
override
buildSubstitutionValues() Map<String, dynamic>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setOrder(String field, SortOrder dir) → void
Add an ORDER BY transformation for the given setField in the given order. @param field Field @param dir Order
toString() String
A string representation of this object.
inherited

Operators

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