Uses of Class
io.github.torand.fastersql.predicate.IsNull
Packages that use IsNull
Package
Description
Provides classes and interfaces related to predicates.
-
Uses of IsNull in io.github.torand.fastersql.predicate
Methods in io.github.torand.fastersql.predicate that return IsNullModifier and TypeMethodDescriptionstatic IsNull
Predicates.isNull
(LeftOperand operand) Creates an 'is null' predicate.