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 NeComparisonPredicates.ne(LeftOperand left, Expression right) Creates a non-equivalence predicate taking an expression as right operand.