Uses of Class
de.jaggl.sqlbuilder.core.domain.ConcatenationType
-
Packages that use ConcatenationType Package Description de.jaggl.sqlbuilder.core.conditions de.jaggl.sqlbuilder.core.domain -
-
Uses of ConcatenationType in de.jaggl.sqlbuilder.core.conditions
Methods in de.jaggl.sqlbuilder.core.conditions with parameters of type ConcatenationType Modifier and Type Method Description ConditionCondition. append(Condition other, ConcatenationType concatenationType, ConditionType conditionType) -
Uses of ConcatenationType in de.jaggl.sqlbuilder.core.domain
Methods in de.jaggl.sqlbuilder.core.domain that return ConcatenationType Modifier and Type Method Description static ConcatenationTypeConcatenationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConcatenationType[]ConcatenationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-