|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
SELECT -statements).
See:
Description
| Interface Summary | |
|---|---|
| AbstractQueryBuilder<ExpressionType> | |
| 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. |
Package to hold builders for SQL queries (SELECT -statements).
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||