Uses of Package
org.h2.schema

Packages that use org.h2.schema
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.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, conditions, simple values, and functions. 
org.h2.index Various table index implementations, as well as cursors to navigate in an index. 
org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants). 
org.h2.table Classes related to a table and table meta data. 
 

Classes in org.h2.schema used by org.h2.command.ddl
Schema
          A schema as created by the SQL statement CREATE SCHEMA
 

Classes in org.h2.schema used by org.h2.command.dml
Schema
          A schema as created by the SQL statement CREATE SCHEMA
Sequence
          A sequence is created using the statement CREATE SEQUENCE
 

Classes in org.h2.schema used by org.h2.constraint
Schema
          A schema as created by the SQL statement CREATE SCHEMA
SchemaObject
          Any database object that is stored in a schema.
SchemaObjectBase
          The base class for classes implementing SchemaObject.
 

Classes in org.h2.schema used by org.h2.engine
Schema
          A schema as created by the SQL statement CREATE SCHEMA
SchemaObject
          Any database object that is stored in a schema.
 

Classes in org.h2.schema used by org.h2.expression
Sequence
          A sequence is created using the statement CREATE SEQUENCE
 

Classes in org.h2.schema used by org.h2.index
Schema
          A schema as created by the SQL statement CREATE SCHEMA
SchemaObject
          Any database object that is stored in a schema.
SchemaObjectBase
          The base class for classes implementing SchemaObject.
 

Classes in org.h2.schema used by org.h2.schema
Constant
          A user-defined constant as created by the SQL statement CREATE CONSTANT
Schema
          A schema as created by the SQL statement CREATE SCHEMA
SchemaObject
          Any database object that is stored in a schema.
SchemaObjectBase
          The base class for classes implementing SchemaObject.
Sequence
          A sequence is created using the statement CREATE SEQUENCE
TriggerObject
          A trigger is created using the statement CREATE TRIGGER
 

Classes in org.h2.schema used by org.h2.table
Schema
          A schema as created by the SQL statement CREATE SCHEMA
SchemaObject
          Any database object that is stored in a schema.
SchemaObjectBase
          The base class for classes implementing SchemaObject.
Sequence
          A sequence is created using the statement CREATE SEQUENCE
TriggerObject
          A trigger is created using the statement CREATE TRIGGER