Uses of Interface
com.exasol.sql.expression.predicate.PredicateOperator
-
Packages that use PredicateOperator Package Description com.exasol.sql.expression.predicate -
-
Uses of PredicateOperator in com.exasol.sql.expression.predicate
Classes in com.exasol.sql.expression.predicate that implement PredicateOperator Modifier and Type Class Description static classBetweenPredicate.BetweenPredicateOperatorA class that representsBetweenPredicateoperator.static classExistsPredicate.ExistsPredicateOperatorAn operator forExistsPredicateclass.static classInPredicate.InPredicateOperatorA class that representsInPredicateoperator.static classIsNullPredicate.IsNullPredicateOperatorAn operator forIsNullPredicateclass.Methods in com.exasol.sql.expression.predicate that return PredicateOperator Modifier and Type Method Description PredicateOperatorAbstractPredicate. getOperator()PredicateOperatorPredicate. getOperator()Returns the predicate operator.Constructors in com.exasol.sql.expression.predicate with parameters of type PredicateOperator Constructor Description AbstractPredicate(PredicateOperator operator)Creates a new instance ofAbstractPredicate.
-