Uses of Class
io.github.torand.fastersql.predicate.comparison.Le
Packages that use Le
Package
Description
Provides classes and interfaces representing comparison predicates.
-
Uses of Le in io.github.torand.fastersql.predicate.comparison
Methods in io.github.torand.fastersql.predicate.comparison that return LeModifier and TypeMethodDescriptionstatic Le
ComparisonPredicates.le
(LeftOperand left, Expression right) Creates a less than or equal predicate taking an expression as right operand.static Le
ComparisonPredicates.le
(LeftOperand left, Object right) Creates a less than or equal predicate taking a scalar value as right operand.