FieldOrder class

Represents sql order part.

for example: ASC DESC RANDOM()

Inheritance

Constructors

FieldOrder()
Create an instance of FieldOrder

Properties

hashCode int
The hash code for this object.
no setterinherited
parametersBuilder ↔ (List Function()?)
Build the sql query of this QueryPart parameters.
getter/setter pairinherited
queryBuilder ↔ (String Function()?)
Build the sql query of this QueryPart.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asNamed(String name) QueryPart
Get QueryPart with custom name.
inherited
buildQuery() String
Get the sql text represents this QueryPart
override
getParameters() List
Get the parameters of this QueryPart,
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
typeof() StringField
Get the db type of this query part using TYPEOF() function.
inherited

Operators

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