|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.sql.generation.api.grammar.builders.query | |
|---|---|
| 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. |
| Classes in org.sql.generation.api.grammar.builders.query used by org.sql.generation.api.grammar.builders.query | |
|---|---|
| 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. |
|
| Classes in org.sql.generation.api.grammar.builders.query used by org.sql.generation.api.grammar.factories | |
|---|---|
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||