Uses of Class
de.jaggl.sqlbuilder.domain.ConditionType
-
Packages that use ConditionType Package Description de.jaggl.sqlbuilder.conditions de.jaggl.sqlbuilder.dialect de.jaggl.sqlbuilder.domain -
-
Uses of ConditionType in de.jaggl.sqlbuilder.conditions
Methods in de.jaggl.sqlbuilder.conditions with parameters of type ConditionType Modifier and Type Method Description ConditionCondition. append(Condition other, ConcatenationType concatenationType, ConditionType conditionType) -
Uses of ConditionType in de.jaggl.sqlbuilder.dialect
Methods in de.jaggl.sqlbuilder.dialect with parameters of type ConditionType Modifier and Type Method Description protected voidDefaultDialect. appendConditions(String keyword, StringBuilder builder, Condition condition, ConditionType whereConditionType, BuildingContext context, Indentation indentation) -
Uses of ConditionType in de.jaggl.sqlbuilder.domain
Methods in de.jaggl.sqlbuilder.domain that return ConditionType Modifier and Type Method Description static ConditionTypeConditionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConditionType[]ConditionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-