Uses of Class
com.exasol.sql.expression.predicate.BetweenPredicate
-
Packages that use BetweenPredicate Package Description com.exasol.sql.expression.predicate com.exasol.sql.expression.rendering -
-
Uses of BetweenPredicate in com.exasol.sql.expression.predicate
Methods in com.exasol.sql.expression.predicate that return BetweenPredicate Modifier and Type Method Description BetweenPredicate
BetweenPredicate.Builder. build()
Creates a new instance of[NOT] BETWEEN
predicate class.Methods in com.exasol.sql.expression.predicate with parameters of type BetweenPredicate Modifier and Type Method Description void
PredicateVisitor. visit(BetweenPredicate betweenPredicate)
Visit a value-between predicate. -
Uses of BetweenPredicate in com.exasol.sql.expression.rendering
Methods in com.exasol.sql.expression.rendering with parameters of type BetweenPredicate Modifier and Type Method Description void
ValueExpressionRenderer. visit(BetweenPredicate betweenPredicate)
-