|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides a single column for an ORDER BY
clause.
Method Summary | |
java.lang.Object |
getColumn()
Returns the ordered column. |
boolean |
isDescending()
Returns whether ascending (false) or descending (true) sorting is requested. |
Method Detail |
public 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
.
public boolean isDescending()
Returns whether ascending (false) or descending (true) sorting is requested.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |