| Package | Description |
|---|---|
| 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). |
| Modifier and Type | Method and Description |
|---|---|
List<GroupingElement> |
GroupByBuilder.getGroupingElements()
Returns the list of added grouping elements.
|
| Modifier and Type | Method and Description |
|---|---|
GroupByBuilder |
GroupByBuilder.addGroupingElements(GroupingElement... elements)
Adds grouping elements to this
GROUP BY clause. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OrdinaryGroupingSet
This syntax element represents the ordinary grouping set specification.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupingElement.GrandTotal
This syntax element represents the grand total grouping element.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupingElement> |
GroupByClause.getGroupingElements()
Returns the grouping elements of this
GROUP BY clause. |
Class<? extends GroupingElement> |
GroupingElement.GrandTotal.getImplementedType()
Returns
GroupingElement.GrandTotal |
Copyright © 2010-2012. All Rights Reserved.