Uses of Class
org.sormula.operation.aggregate.SelectAggregateOperation

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

Uses of SelectAggregateOperation in org.sormula.operation.aggregate
 

Subclasses of SelectAggregateOperation in org.sormula.operation.aggregate
 class SelectAvgOperation<R,T>
          SQL AVG aggregate operation.
 class SelectCountOperation<R,T>
          SQL COUNT aggregate operation.
 class SelectMaxOperation<R,T>
          SQL MAX aggregate operation.
 class SelectMinOperation<R,T>
          SQL MIN aggregate operation.
 class SelectSumOperation<R,T>
          SQL SUM aggregate operation.