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