Uses of Class
com.github.eikecochu.sqlbuilder.ConditionValueType
-
Packages that use ConditionValueType Package Description com.github.eikecochu.sqlbuilder -
-
Uses of ConditionValueType in com.github.eikecochu.sqlbuilder
Methods in com.github.eikecochu.sqlbuilder that return ConditionValueType Modifier and Type Method Description static ConditionValueTypeConditionValueType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConditionValueType[]ConditionValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.eikecochu.sqlbuilder with parameters of type ConditionValueType Modifier and Type Method Description TConditionable. col(java.lang.String name, CompareOperator operator, ConditionValueType type, java.lang.Object... values)Use a column as constraint and set the comparative elementTConditionable. col(java.lang.String name, java.lang.String operator, ConditionValueType type, java.lang.Object... values)Use a column as constraint and set the comparative elementprotected TConditionPart. condition(CompareOperator operator, ConditionValueType type, java.lang.Object value)protected TConditionPart. condition(CompareOperator operator, ConditionValueType type, java.lang.Object[] values)
-