|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupingElement | |
|---|---|
| org.sql.generation.api.grammar.builders.query | Package to hold builders for SQL queries (SELECT -statements). |
| org.sql.generation.api.grammar.query | This package and its sub-package contain elements related to SQL queries (SELECT statements). |
| Uses of GroupingElement in org.sql.generation.api.grammar.builders.query |
|---|
| Methods in org.sql.generation.api.grammar.builders.query that return types with arguments of type GroupingElement | |
|---|---|
List<GroupingElement> |
GroupByBuilder.getGroupingElements()
Returns the list of added grouping elements. |
| Methods in org.sql.generation.api.grammar.builders.query with parameters of type GroupingElement | |
|---|---|
GroupByBuilder |
GroupByBuilder.addGroupingElements(GroupingElement... elements)
Adds grouping elements to this GROUP BY clause. |
| Uses of GroupingElement in org.sql.generation.api.grammar.query |
|---|
| Subinterfaces of GroupingElement in org.sql.generation.api.grammar.query | |
|---|---|
interface |
OrdinaryGroupingSet
This syntax element represents the ordinary grouping set specification. |
| Classes in org.sql.generation.api.grammar.query that implement GroupingElement | |
|---|---|
static class |
GroupingElement.GrandTotal
This syntax element represents the grand total grouping element. |
| Methods in org.sql.generation.api.grammar.query that return types with arguments of type GroupingElement | |
|---|---|
List<GroupingElement> |
GroupByClause.getGroupingElements()
Returns the grouping elements of this GROUP BY clause. |
Class<? extends GroupingElement> |
GroupingElement.GrandTotal.getImplementedType()
Returns GroupingElement.GrandTotal |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||