Uses of Class
io.github.torand.fastersql.predicate.In
Packages that use In
Package
Description
Provides classes and interfaces related to predicates.
-
Uses of In in io.github.torand.fastersql.predicate
Methods in io.github.torand.fastersql.predicate that return InModifier and TypeMethodDescriptionstatic In
Predicates.in
(LeftOperand left, Collection<?> right) Create a 'member of set' predicate taking a collection of scalar values as right operand.