Package org.h2.schema

Schema implementation and objects that are stored in a schema (for example, sequences and constants).

See:
          Description

Interface Summary
SchemaObject Any database object that is stored in a schema.
 

Class Summary
Constant A user-defined constant as created by the SQL statement CREATE CONSTANT
Schema A schema as created by the SQL statement CREATE 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
 

Package org.h2.schema Description

Schema implementation and objects that are stored in a schema (for example, sequences and constants).