SELECT -statements).See: Description
| Interface | Description |
|---|---|
| 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.
|
SELECT -statements).Copyright © 2010-2012. All Rights Reserved.