All Implemented Interfaces:
Expression

public final class OrderByClause extends AbstractOrderByClause
The ORDER BY clause allows the objects or values that are returned by the query to be ordered.
BNF: orderby_clause ::= ORDER BY orderby_item {, orderby_item}*
Since:
2.3
Version:
2.5