Uses of Class
io.github.torand.fastersql.predicate.comparison.Eq
Packages that use Eq
Package
Description
Provides classes and interfaces representing comparison predicates.
-
Uses of Eq in io.github.torand.fastersql.predicate.comparison
Methods in io.github.torand.fastersql.predicate.comparison that return EqModifier and TypeMethodDescriptionstatic EqComparisonPredicates.eq(LeftOperand left, Expression right) Creates an equivalence predicate taking an expression as right operand.