| BeforeDelete |
Implemented by keywords that precede the DELETE statement.
|
| BeforeFrom |
Implemented by keywords that precede the FROM statement.
|
| BeforeGroupBy |
Implemented by keywords that precede the GROUP BY statement.
|
| BeforeHaving |
Implemented by keywords that precede the HAVING statement.
|
| BeforeInsert |
Implemented by keywords that precede the INSERT statement.
|
| BeforeJoin |
Implemented by keywords that precede the JOIN statement.
|
| BeforeOrderBy |
Implemented by keywords that precede the ORDER BY statement.
|
| BeforeSelect |
Implemented by keywords that precede the SELECT statement.
|
| BeforeUnion |
|
| BeforeUpdate |
Implemented by keywords that precede the UPDATE statement.
|
| BeforeWhere |
Implemented by keywords that precede the WHERE statement.
|
| BeforeWith |
Implemented by keywords that precede the WITH statement.
|
| Condition |
Condition to multiple statements, for example WHERE, JOIN etc.
|
| Conditionable |
Abstract base class for condition like statements, generic to allow multiple
origins, for example from WHERE, JOIN etc.
|
| Conditionable.Operator |
|
| ConditionPart |
|
| ConditionPart.Operator |
|
| ConditionValue |
|
| ConditionValue.ConditionBiValue |
|
| ConditionValue.ConditionValueType |
|
| Delete |
|
| Expression |
|
| From |
|
| GroupBy |
|
| Having |
|
| Insert |
|
| InsertValue |
|
| Join |
|
| Join.JoinMode |
|
| NestedCondition |
Condition to multiple statements, for example WHERE, JOIN etc.
|
| OrderBy |
|
| Query |
|
| QueryBuilder |
|
| QueryOptions |
|
| QueryPart |
|
| QueryPartImpl |
|
| Select |
|
| StringJoiner |
|
| Table |
|
| Union |
|
| Update |
|
| Update.UpdateValue |
|
| ValueHolder |
The ValueHolder instance allows to declare an arbitrary class as a
ValueHolder to be used in various methods of the SQLBuilder, for example
Where.where(ValueHolder).
|
| Values |
|
| Where |
|
| With |
|