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 LeComparisonPredicates.le(LeftOperand left, Expression right) Creates a less than or equal predicate taking an expression as right operand.