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