| 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.
|
| PostProcessor<T> |
|
| QueryBuilder |
|
| QueryPart |
|
| Table |
|
| 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).
|