All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description 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<T extends Conditionable<T>> Abstract base class for condition like statements, generic to allow multiple origins, for example from WHERE, JOIN etc.Conditionable.Operator ConditionPart<T extends Conditionable<T>> ConditionPart.Operator ConditionValue<T extends Conditionable<T>> ConditionValue.ConditionBiValue<T extends Conditionable<T>> ConditionValue.ConditionValueType ConnectBy Delete Exists Expression From GroupBy Having Insert InsertValue Join Join.JoinMode Name NestedCondition<T extends Conditionable<T>> Condition to multiple statements, for example WHERE, JOIN etc.OrderBy PostProcessor<T> Query QueryBuilder QueryOptions QueryPart QueryPartImpl<T extends QueryPartImpl<T>> Select SQLBuilder StartWith 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