public class Aggregate extends Object
| Constructor and Description |
|---|
Aggregate() |
| Modifier and Type | Method and Description |
|---|---|
static void |
appendAggregateExpression(AggregateFunction aggregateFunction,
StringBuilder queryBuilder)
Append aggregate expression.
|
public static void appendAggregateExpression(AggregateFunction aggregateFunction, StringBuilder queryBuilder)
aggregateFunction - the aggregate functionqueryBuilder - the query builderCopyright © 2020. All rights reserved.