|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOrderBy
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. |
Iterator |
getSymbols()
Returns an ordered Iterator of IAttributeSymbol in the
SELECT clause. |
Iterator |
getTypes()
Returns an ordered Iterator of sort direction for each order as Boolean |
| Field Detail |
|---|
static final boolean ASC
static final boolean DESC
| Method Detail |
|---|
boolean getOrderType(int index)
Iterator getTypes()
Boolean
int getSymbolCount()
IAttributeSymbol getSymbol(int index)
index - the symbol index
Iterator getSymbols()
IAttributeSymbol in the
SELECT clause.
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
default
|
EP-CON-CF
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/connectivityfw/api
|
api
|
EP-PIN
|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
-
|
EP-CON-CF
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||