Uses of Class
org.h2.expression.condition.SimplePredicate
-
Packages that use SimplePredicate Package Description org.h2.expression.condition Condition expressions. -
-
Uses of SimplePredicate in org.h2.expression.condition
Subclasses of SimplePredicate in org.h2.expression.condition Modifier and Type Class Description class
BooleanTest
Boolean test (IS [NOT] { TRUE | FALSE | UNKNOWN }).class
NullPredicate
Null predicate (IS [NOT] NULL).class
TypePredicate
Type predicate (IS [NOT] OF).
-