org.apache.ws.jaxme.sqls
public static interface SelectStatement.OrderColumn
ORDER BY
clause.
Method Summary | |
---|---|
Object | getColumn() Returns the ordered column. |
boolean | isDescending() Returns whether ascending (false) or descending (true) sorting is requested. |
Returns the ordered column. Typically, this is a {@link ColumnReference}. However, it may as well be a {@link Function} or a piece of {@link RawSQLCode}.
Returns whether ascending (false) or descending (true) sorting is requested.