|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAggregateSymbol
This interface marks SQL operation symbols that are a part of the
SELECT clause of a query. The symbol is an aggregate function.
In case the symbol is COUNT(*), the expression will be null.
| Field Summary | |
|---|---|
static String |
AGGREGATION_FUNCTION_AVG
This represents the average aggregation function |
static String |
AGGREGATION_FUNCTION_COUNT
This represents the count aggregation function |
static String |
AGGREGATION_FUNCTION_MAX
This represents the maximum aggregation function |
static String |
AGGREGATION_FUNCTION_MIN
This represents the minimum aggregation function |
static String |
AGGREGATION_FUNCTION_SUM
This represents the summary aggregation function |
| Method Summary | |
|---|---|
String |
getAggregateFunction()
Returns the aggregate function type;. |
IExpression |
getExpression()
Returns the expression for this symbol. |
boolean |
isDistinct()
Returns whether the aggregation is distinct |
| Methods inherited from interface com.sapportals.connector.execution.objects.language.ISelectSymbol |
|---|
getType |
| Methods inherited from interface com.sapportals.connector.execution.objects.language.ISymbol |
|---|
getName |
| Field Detail |
|---|
static final String AGGREGATION_FUNCTION_COUNT
static final String AGGREGATION_FUNCTION_AVG
static final String AGGREGATION_FUNCTION_SUM
static final String AGGREGATION_FUNCTION_MIN
static final String AGGREGATION_FUNCTION_MAX
| Method Detail |
|---|
IExpression getExpression()
getExpression in interface IExpressionSymbolString getAggregateFunction()
boolean isDistinct()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
default
|
EP-CON-CF
|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
-
|
EP-CON-CF
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/connectivityfw/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||