Uses of Class
com.github.eikecochu.sqlbuilder.ConjunctiveOperator
-
Packages that use ConjunctiveOperator Package Description com.github.eikecochu.sqlbuilder -
-
Uses of ConjunctiveOperator in com.github.eikecochu.sqlbuilder
Methods in com.github.eikecochu.sqlbuilder that return ConjunctiveOperator Modifier and Type Method Description static ConjunctiveOperatorConjunctiveOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConjunctiveOperator[]ConjunctiveOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-