OrderingComposer<DB extends GeneratedDatabase, T extends Table> class

The class that orchestrates the composition of orderings

Inheritance

Constructors

OrderingComposer(ComposerState<DB, T> $state)
A ordering composer will be generated for each table. Each field on the table will return a ColumnOrderings object

Properties

$state ComposerState<DB, T>
The class which holds the state of the composer.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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