Constructor for OINOQueryOrder.
single or array of columns to order on
single or array of booleans if ordes is descending
Does filter contain any valid conditions.
StaticparseConstructor for OINOQueryOrder as parser of http parameter.
Supports comma separated list of column orders formatted as :
column - order by column in ascending ordercolumn ASC|DESC - order by single either ascending or descending ordercolumn+|- - order by single either ascending or descending orderstring representation of order from HTTP-request
StaticprintPrint order as SQL condition based on the datamodel of the API.
order instance
data model (and database) to use for formatting of values
Class for ordering select results on a number of columns.