|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregationOperatorType | |
com.sap.ip.me.api.persist.query | |
com.sap.ip.me.api.smartsync |
Uses of AggregationOperatorType in com.sap.ip.me.api.persist.query |
Fields in com.sap.ip.me.api.persist.query declared as AggregationOperatorType | |
static AggregationOperatorType |
AggregationOperatorType.MAX
Maximum operator. |
static AggregationOperatorType |
AggregationOperatorType.MIN
Minimum operator. |
static AggregationOperatorType |
AggregationOperatorType.AVG
Average operator. |
static AggregationOperatorType |
AggregationOperatorType.SUM
Sum operator. |
static AggregationOperatorType |
AggregationOperatorType.COUNT
Count operator. |
Methods in com.sap.ip.me.api.persist.query that return AggregationOperatorType | |
AggregationOperatorType |
JQueryAttribute.getAggregator()
Get aggregation operator. |
Methods in com.sap.ip.me.api.persist.query with parameters of type AggregationOperatorType | |
abstract JQueryAttribute |
JQueryFactory.createAggregate(JQueryAttribute attr,
AggregationOperatorType aggreg)
Create an aggregate on the query attribute. |
Uses of AggregationOperatorType in com.sap.ip.me.api.smartsync |
Methods in com.sap.ip.me.api.smartsync with parameters of type AggregationOperatorType | |
abstract JQueryAttribute |
SmartSyncJQueryFactory.createAggregate(JQueryAttribute attr,
AggregationOperatorType aggreg)
Create an aggregate on the query attribute. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |