| Package | Description |
|---|---|
| info.michaelwittig.javaq.query.column | |
| info.michaelwittig.javaq.query.column.impl |
| Modifier and Type | Method and Description |
|---|---|
Aggregation |
AggregateColumn.getAggregation() |
static Aggregation |
Aggregation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggregation[] |
Aggregation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Aggregation |
AggregateColumnImpl.getAggregation() |
| Modifier and Type | Method and Description |
|---|---|
protected AggregateColumn<T> |
ASimpleNominalColumn.createAggregation(Aggregation aggregation) |
| Constructor and Description |
|---|
AggregateColumnImpl(Aggregation anAggregation,
Column<T> aColumn) |
Copyright © 2012-2014. All Rights Reserved.