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