|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectItem
SelectItem instances are used in specifying the query's select list.
The methods of this interface are used to define arguments that can be passed to the orderBy method for use in ordering selected items of the query result.
Method Summary | |
---|---|
OrderByItem |
asc()
Return an OrderByItem referencing the SelectItem and specifying ascending ordering. |
OrderByItem |
desc()
Return an OrderByItem referencing the SelectItem and specifying descending ordering. |
Method Detail |
---|
OrderByItem asc()
OrderByItem desc()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |