Package org.sormula.operation.aggregate

Classes that perform SQL aggregate operations such as MIN, MAX, AVG, COUNT.

See:
          Description

Class Summary
SelectAggregateOperation<R,T> Operation to select a value using an aggregate sql function like MIN, MAX, SUM, AVG, etc.
SelectAvgOperation<R,T> SQL AVG aggregate operation.
SelectCountOperation<R,T> SQL COUNT aggregate operation.
SelectMaxOperation<R,T> SQL MAX aggregate operation.
SelectMinOperation<R,T> SQL MIN aggregate operation.
SelectSumOperation<R,T> SQL SUM aggregate operation.
 

Package org.sormula.operation.aggregate Description

Classes that perform SQL aggregate operations such as MIN, MAX, AVG, COUNT.