See: Description
| Class | Description |
|---|---|
| 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.
|