Class Summary |
BinaryOperatorBuilder |
|
ComparisonBuilder |
|
ExpressionBuilder |
From the parsed expressions (in the select part or in the where part of
the SQL statement) extracts expression trees that can be used to calculate the result set |
ExpressionStack |
Keeps track of all expressions that are parents or ancestors of the current expression. |
SelectExpressionBuilder |
The expression builder specifically for the select part of the SQL. |
WhereBuilder |
Builds the where clause. |
WhereBuilderTest |
|
WhereExpressionBuilder |
The expression builder for the where clauses, more restrictive than
the expression builder for the select part of the query |