| Interface | Description |
|---|---|
| GroupByElement | |
| LimitedElement | |
| LogicalElement | |
| OrderByElement | |
| QueryOperation<E> |
Performs the compilation of the element generating a result.
|
| QueryWrapper<E> | |
| SelectionElement | |
| SetOperationElement | |
| WhereElement |
| Class | Description |
|---|---|
| ExistsElement<E> |
Exists query element.
|
| HavingConditionElement<E> |
Having clause element.
|
| JoinConditionElement<E> | |
| JoinOnElement<E> | |
| QueryElement<E> |
Represents a SQL query.
|
| WhereConditionElement<E> |
Represents the where clause in a sql statement.
|
| Enum | Description |
|---|---|
| JoinType | |
| LogicalOperator | |
| QueryType | |
| SetOperator |