Uses of Class
io.github.torand.fastersql.predicate.comparison.Between
Packages that use Between
Package
Description
Provides classes and interfaces representing comparison predicates.
-
Uses of Between in io.github.torand.fastersql.predicate.comparison
Methods in io.github.torand.fastersql.predicate.comparison that return BetweenModifier and TypeMethodDescriptionstatic BetweenComparisonPredicates.between(LeftOperand left, Expression lowerBound, Expression upperBound) Creates a between predicate taking expressions as lower and upper bound operands.