Package | Description |
---|---|
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.
|
Class and Description |
---|
Schema
A schema as created by the SQL statement
CREATE SCHEMA
|
Class and Description |
---|
Schema
A schema as created by the SQL statement
CREATE SCHEMA
|
Sequence
A sequence is created using the statement
CREATE SEQUENCE
|
Class and Description |
---|
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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
Sequence
A sequence is created using the statement
CREATE SEQUENCE
|
Class and Description |
---|
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.
|
Class and Description |
---|
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
|
Class and Description |
---|
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
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.