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