Uses of Package
org.h2.expression.condition
Packages that use org.h2.expression.condition
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Condition expressions.
Implementation of the JDBC database metadata API (package java.sql).
-
Classes in org.h2.expression.condition used by org.h2.commandClassDescriptionThe type of comparison.IS JSON predicate.Type predicate (IS [NOT] OF).
-
Classes in org.h2.expression.condition used by org.h2.expression.conditionClassDescriptionThe type of comparison.Example comparison expressions are ID=1, NAME=NAME, NAME IS NULL.Represents a condition returning a boolean value, or NULL.An 'and' or 'or' condition as in WHERE ID=1 AND NAME=?An 'in' condition with a list of values, as in WHERE NAME IN(...)Base class for predicates with a subquery.Base class for simple predicates.
-
Classes in org.h2.expression.condition used by org.h2.jdbc.meta