| 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.
|
| Class and Description |
|---|
| AbstractQueryBuilder |
| ColumnsBuilder
This builder builds the columns for
SELECT statement. |
| FromBuilder
The builder that builds the
FROM clause in SQL SELECT query. |
| GroupByBuilder
The builder that builds the
GROUP BY clause in SQL SELECT query. |
| OrderByBuilder
The builder that builds the
ORDER BY clause in SQL SELECT query. |
| QueryBuilder
The builder that builds the SQL queries having
UNION, INTERSECT, or EXCEPT between the
SELECT statements. |
| QuerySpecificationBuilder
This builder builds a single
SELECT query. |
| SimpleQueryBuilder
This is builder to quickly create simple queries, without the generic and not-so-easy-to-use methods of traditional
QuerySpecificationBuilder + QueryFactory style. |
| TableReferenceBuilder
The builder to build joined tables.
|
| Class and Description |
|---|
| ColumnsBuilder
This builder builds the columns for
SELECT statement. |
| FromBuilder
The builder that builds the
FROM clause in SQL SELECT query. |
| GroupByBuilder
The builder that builds the
GROUP BY clause in SQL SELECT query. |
| OrderByBuilder
The builder that builds the
ORDER BY clause in SQL SELECT query. |
| QueryBuilder
The builder that builds the SQL queries having
UNION, INTERSECT, or EXCEPT between the
SELECT statements. |
| QuerySpecificationBuilder
This builder builds a single
SELECT query. |
| SimpleQueryBuilder
This is builder to quickly create simple queries, without the generic and not-so-easy-to-use methods of traditional
QuerySpecificationBuilder + QueryFactory style. |
| TableReferenceBuilder
The builder to build joined tables.
|
Copyright © 2010-2012. All Rights Reserved.