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