| Package | Description |
|---|---|
| org.sql.generation.api.grammar.builders.query |
Package to hold builders for SQL queries (
SELECT -statements). |
| org.sql.generation.api.grammar.factories |
This package provides factories to create various builders and SQL syntax elements.
|
| Modifier and Type | Method and Description |
|---|---|
GroupByBuilder |
GroupByBuilder.addGroupingElements(GroupingElement... elements)
Adds grouping elements to this
GROUP BY clause. |
GroupByBuilder |
QuerySpecificationBuilder.getGroupBy()
Gets the builder for
GROUP BY clause of this SELECT statement. |
| Modifier and Type | Method and Description |
|---|---|
QuerySpecificationBuilder |
QuerySpecificationBuilder.setGroupBy(GroupByBuilder builder)
Sets the builder for
GROUP BY clause of this SELECT statement. |
| Modifier and Type | Method and Description |
|---|---|
GroupByBuilder |
QueryFactory.groupByBuilder()
Creates a builder for
GROUP BY clause. |
Copyright © 2010-2012. All Rights Reserved.