|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface SelectStatement.OrderColumn
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 |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||