|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface holds all the symbols of a query GROUP BY
clause. The symbols contain within the GROUP BY clause are
attributes or aliases.
| Field Summary | |
static boolean |
ASC
Constant for the ascending value |
static boolean |
DESC
Constant for the descending value |
| Method Summary | |
boolean |
getOrderType(int index)
Returns the sort order at the specified index |
IAttributeSymbol |
getSymbol(int index)
Returns the select symbol at the specified index. |
int |
getSymbolCount()
Returns the number of select symbols in the select clause. |
java.util.Iterator |
getSymbols()
Returns an ordered Iterator of IAttributeSymbol in the
SELECT clause. |
java.util.Iterator |
getTypes()
Returns an ordered Iterator of sort direction for each order as Boolean |
| Field Detail |
public static final boolean ASC
public static final boolean DESC
| Method Detail |
public boolean getOrderType(int index)
public java.util.Iterator getTypes()
Booleanpublic int getSymbolCount()
public IAttributeSymbol getSymbol(int index)
index - the symbol indexpublic java.util.Iterator getSymbols()
IAttributeSymbol in the
SELECT clause.
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||