|
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 SELECT clause.
The symbols contain within the SELECT clause are groups of
attributes or aggregate functions. The symbols might also be aliases to
other symbols.
| Method Summary | |
ISelectSymbol |
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 ISelectSymbol in the
SELECT clause. |
boolean |
isDistinct()
Returns whether the select is distinct |
boolean |
isStar()
Returns whether this is a SELECT * clause |
| Method Detail |
public int getSymbolCount()
SELECT clause.public ISelectSymbol getSymbol(int index)
index - the symbol indexpublic java.util.Iterator getSymbols()
ISelectSymbol in the
SELECT clause.public boolean isDistinct()
public boolean isStar()
SELECT * clause
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||