| 程序包 | 说明 |
|---|---|
| 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.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
| 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.
|
| 类和说明 |
|---|
| Schema
A schema as created by the SQL statement
CREATE SCHEMA
|
| 类和说明 |
|---|
| Schema
A schema as created by the SQL statement
CREATE SCHEMA
|
| 类和说明 |
|---|
| 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.
|
| 类和说明 |
|---|
| 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
|
| 类和说明 |
|---|
| 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.
|
| 类和说明 |
|---|
| SchemaObject
Any database object that is stored in a schema.
|
| SchemaObjectBase
The base class for classes implementing SchemaObject.
|
| 类和说明 |
|---|
| 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
|
| 类和说明 |
|---|
| 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 © 2017. All rights reserved.