Uses of Package
org.sormula.operation.aggregate

Packages that use org.sormula.operation.aggregate
org.sormula.operation.aggregate Classes that perform SQL aggregate operations such as MIN, MAX, AVG, COUNT. 
 

Classes in org.sormula.operation.aggregate used by org.sormula.operation.aggregate
SelectAggregateOperation
          Operation to select a value using an aggregate sql function like MIN, MAX, SUM, AVG, etc.