Package com.j_spaces.jdbc
Class AggregationsUtil
java.lang.Object
com.j_spaces.jdbc.AggregationsUtil
Utility to help perform aggregation queries on space from JDBC
- Since:
- 10.0
- Author:
- anna
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IQueryResultSet<IEntryPacket>aggregate(QueryTemplatePacket template, AggregationSet aggregationSet, IJSpace space, Transaction txn, int modifiers) Execute aggregation querystatic AggregationSetcreateAggregationSet(SelectQuery query, int entriesLimit) Create the aggregation set for the query
-
Constructor Details
-
AggregationsUtil
public AggregationsUtil()
-
-
Method Details
-
createAggregationSet
Create the aggregation set for the query- Returns:
- AggregationSet
-
aggregate
public static IQueryResultSet<IEntryPacket> aggregate(QueryTemplatePacket template, AggregationSet aggregationSet, IJSpace space, Transaction txn, int modifiers) throws SQLException Execute aggregation query- Returns:
- IQueryResultSet
- Throws:
SQLException
-