pub fn order(id: &str, direction: OrderByDirection) -> Vec<OrderBy>
Order by one column i.e. ORDER BY ID [ASC|DESC]
This function will panic if the id cannot be parsed into an identifier.
id