X - The concrete builder typepublic interface GroupByBuilder<X extends GroupByBuilder<X>> extends HavingBuilder<X>
| Modifier and Type | Method and Description |
|---|---|
X |
groupBy(String... expressions)
Adds a multiple group by clause with the given expressions to the query.
|
X |
groupBy(String expression)
Adds a group by clause with the given expression to the query.
|
havingExpression, havingExpressionSubqueries, havingOrhaving, havingCase, havingExists, havingNotExists, havingSimpleCase, havingSubqueries, havingSubquery, havingSubqueryCopyright © 2016 Blazebit. All Rights Reserved.