Package com.valqueries.automapper
Class ValqueriesGroupResultRowImpl
java.lang.Object
com.valqueries.automapper.ValqueriesGroupResultRowImpl
- All Implemented Interfaces:
- ValqueriesGroupResultRow
- 
Constructor Details- 
ValqueriesGroupResultRowImpl
 
- 
- 
Method Details- 
groupByValues- Specified by:
- groupByValuesin interface- ValqueriesGroupResultRow
- Returns:
- The values of the fields that were grouped by, in the same order as they were queried. The types of the values are the same as of the fields.
 
- 
aggregationValues- Specified by:
- aggregationValuesin interface- ValqueriesGroupResultRow
- Returns:
- The values of the aggregations, in the same order as they were added to the query. The types of the
 values depend on the aggregation, see javadoc of the aggregation methods in ValqueriesGroupQuery.
 
- 
equals
- 
hashCodepublic int hashCode()
 
-