Function order

Source
pub fn order(id: &str, direction: OrderByDirection) -> Vec<OrderBy>
Expand description

Order by one column i.e. ORDER BY ID [ASC|DESC]

ยงPanics

This function will panic if the id cannot be parsed into an identifier.