QueryBuilder::Order(T)
Inherits Reference < Object
Constructors
new(projection : Projection(T), sort : String, ignore_case : Bool)
SourceClass methods
order_by(column : String, sort : String, ignore_case : Bool)
Sourceorder_by(column : Projection, sort : String, ignore_case : Bool)
SourceInstance methods
build
Sourceparams
Source