Uses of Class
com.github.eikecochu.sqlbuilder.ConditionValue.ConditionValueType
-
Packages that use ConditionValue.ConditionValueType Package Description com.github.eikecochu.sqlbuilder -
-
Uses of ConditionValue.ConditionValueType in com.github.eikecochu.sqlbuilder
Methods in com.github.eikecochu.sqlbuilder that return ConditionValue.ConditionValueType Modifier and Type Method Description static ConditionValue.ConditionValueTypeConditionValue.ConditionValueType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConditionValue.ConditionValueType[]ConditionValue.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 ConditionValue.ConditionValueType Modifier and Type Method Description protected TConditionPart. condition(ConditionPart.Operator operator, ConditionValue.ConditionValueType type, java.lang.Object value)protected TConditionPart. condition(ConditionPart.Operator operator, ConditionValue.ConditionValueType type, java.lang.Object[] values)
-