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.
Database constraints such as check constraints, unique constraints, and referential constraints.
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).
A small FTP server.
PostgreSQL server implementation of this database.
Classes related to a table and table meta data.
-
Classes in org.h2.command used by org.h2.commandClassDescriptionRepresents a SQL statement.Represents a single SQL statements.Represents a SQL statement.Represents a list of SQL statements.Enumeration describing null constraintsA 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.constraint
-
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.server
-
Classes in org.h2.command used by org.h2.server.pg
-
Classes in org.h2.command used by org.h2.table