public static interface SelectStatement.OrderColumn
ORDER BY
clause.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getColumn()
Returns the ordered column.
|
boolean |
isDescending()
Returns whether ascending (false) or descending (true)
sorting is requested.
|
java.lang.Object getColumn()
Returns the ordered column. Typically, this is
a ColumnReference
. However, it may as well
be a Function
or a piece of RawSQLCode
.
boolean isDescending()
Returns whether ascending (false) or descending (true) sorting is requested.