Uses of Package
org.h2.command
-
Packages that use org.h2.command Package Description org.h2.command This package contains the parser and the base classes for prepared SQL statements.org.h2.command.ddl Contains DDL (data definition language) and related SQL statements.org.h2.command.dml Contains DML (data manipulation language) and related SQL statements.org.h2.command.query Contains queries.org.h2.constraint Database constraints such as check constraints, unique constraints, and referential constraints.org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.expression Expressions include mathematical operations, simple values, and others.org.h2.jdbc Implementation of the JDBC API (package java.sql).org.h2.server A small FTP server.org.h2.server.pg PostgreSQL server implementation of this database.org.h2.table Classes related to a table and table meta data. -
Classes in org.h2.command used by org.h2.command Class Description Command Represents a SQL statement.CommandContainer Represents a single SQL statements.CommandInterface Represents a SQL statement.CommandList Represents a list of SQL statements.Parser.NullConstraintType Enumeration describing null constraintsPrepared A prepared statement.Token Token.Token.LiteralToken -
Classes in org.h2.command used by org.h2.command.ddl Class Description Prepared A prepared statement. -
Classes in org.h2.command used by org.h2.command.dml Class Description Command Represents a SQL statement.Prepared A prepared statement. -
Classes in org.h2.command used by org.h2.command.query Class Description Prepared A prepared statement. -
Classes in org.h2.command used by org.h2.constraint Class Description Prepared A prepared statement. -
Classes in org.h2.command used by org.h2.engine Class Description Command Represents a SQL statement.CommandInterface Represents a SQL statement.Prepared A prepared statement. -
Classes in org.h2.command used by org.h2.expression Class Description Prepared A prepared statement. -
Classes in org.h2.command used by org.h2.jdbc Class Description CommandInterface Represents a SQL statement. -
Classes in org.h2.command used by org.h2.server Class Description Command Represents a SQL statement. -
Classes in org.h2.command used by org.h2.server.pg Class Description CommandInterface Represents a SQL statement. -
Classes in org.h2.command used by org.h2.table Class Description Prepared A prepared statement.