Uses of Class
com.exasol.sql.expression.predicate.IsNullPredicate.IsNullPredicateOperator
-
Packages that use IsNullPredicate.IsNullPredicateOperator Package Description com.exasol.sql.expression.predicate -
-
Uses of IsNullPredicate.IsNullPredicateOperator in com.exasol.sql.expression.predicate
Methods in com.exasol.sql.expression.predicate that return IsNullPredicate.IsNullPredicateOperator Modifier and Type Method Description static IsNullPredicate.IsNullPredicateOperatorIsNullPredicate.IsNullPredicateOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static IsNullPredicate.IsNullPredicateOperator[]IsNullPredicate.IsNullPredicateOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.exasol.sql.expression.predicate with parameters of type IsNullPredicate.IsNullPredicateOperator Constructor Description IsNullPredicate(IsNullPredicate.IsNullPredicateOperator operator, ValueExpression operand)Creates a new instance ofIsNullPredicateforIS [NOT] NULLpredicate.
-