Uses of Class
com.exasol.sql.expression.predicate.BetweenPredicate.BetweenPredicateOperator
-
Packages that use BetweenPredicate.BetweenPredicateOperator Package Description com.exasol.sql.expression.predicate -
-
Uses of BetweenPredicate.BetweenPredicateOperator in com.exasol.sql.expression.predicate
Methods in com.exasol.sql.expression.predicate that return BetweenPredicate.BetweenPredicateOperator Modifier and Type Method Description static BetweenPredicate.BetweenPredicateOperatorBetweenPredicate.BetweenPredicateOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static BetweenPredicate.BetweenPredicateOperator[]BetweenPredicate.BetweenPredicateOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-