T - The result typeX - The concrete builder typepublic interface GroupByBuilder<T,X extends GroupByBuilder<T,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.
|
havingOrhaving, havingCase, havingExists, havingNotExists, havingSimpleCase, havingSubquery, havingSubqueryCopyright © 2015 Blazebit. All Rights Reserved.