Uses of Package
org.h2.command
Packages that use org.h2.command
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains DDL (data definition language) and related SQL statements.
Contains DML (data manipulation language) and related SQL statements.
Contains queries.
Contains high level classes of the database and classes that don't fit in another sub-package.
Expressions include mathematical operations, simple values, and others.
Implementation of the JDBC API (package java.sql).
Classes related to a table and table meta data.
-
Classes in org.h2.command used by org.h2.commandClassDescriptionRepresents a SQL statement.Represents a SQL statement.A prepared statement.Token.
-
Classes in org.h2.command used by org.h2.command.ddl
-
Classes in org.h2.command used by org.h2.command.dml
-
Classes in org.h2.command used by org.h2.command.query
-
Classes in org.h2.command used by org.h2.engineClassDescriptionRepresents a SQL statement.Represents a SQL statement.A prepared statement.
-
Classes in org.h2.command used by org.h2.expression
-
Classes in org.h2.command used by org.h2.jdbc
-
Classes in org.h2.command used by org.h2.table