| 程序包 | 说明 |
|---|---|
| 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.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.expression.aggregate |
Aggregate functions.
|
| org.h2.expression.function |
Functions.
|
| org.h2.expression.function.table |
Table value functions.
|
| org.h2.index |
Various table index implementations, as well as cursors to navigate in an index.
|
| org.h2.mode |
Utility classes for compatibility with other database, for example MySQL.
|
| 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
|
| 类和说明 |
|---|
| Domain
Represents a domain.
|
| Schema
A schema as created by the SQL statement
CREATE SCHEMA
|
| Sequence
A sequence is created using the statement
CREATE SEQUENCE
|
| Sequence.Cycle
CYCLE clause and sequence state.
|
| 类和说明 |
|---|
| Schema
A schema as created by the SQL statement
CREATE SCHEMA
|
| 类和说明 |
|---|
| Domain
Represents a domain.
|
| Schema
A schema as created by the SQL statement
CREATE SCHEMA
|
| SchemaObject
Any database object that is stored in a schema.
|
| 类和说明 |
|---|
| Schema
A schema as created by the SQL statement
CREATE SCHEMA
|
| SchemaObject
Any database object that is stored in a schema.
|
| Sequence
A sequence is created using the statement
CREATE SEQUENCE
|
| 类和说明 |
|---|
| Sequence
A sequence is created using the statement
CREATE SEQUENCE
|
| 类和说明 |
|---|
| UserAggregate
Represents a user-defined aggregate function.
|
| 类和说明 |
|---|
| FunctionAlias
Represents a user-defined function, or alias.
|
| 类和说明 |
|---|
| FunctionAlias
Represents a user-defined function, or alias.
|
| 类和说明 |
|---|
| SchemaObject
Any database object that is stored in a schema.
|
| 类和说明 |
|---|
| MetaSchema
Meta data schema.
|
| Schema
A schema as created by the SQL statement
CREATE SCHEMA
|
| SchemaObject
Any database object that is stored in a schema.
|
| 类和说明 |
|---|
| SchemaObject
Any database object that is stored in a schema.
|
| 类和说明 |
|---|
| Constant
A user-defined constant as created by the SQL statement
CREATE CONSTANT
|
| Domain
Represents a domain.
|
| FunctionAlias
Represents a user-defined function, or alias.
|
| FunctionAlias.JavaMethod
There may be multiple Java methods that match a function name.
|
| MetaSchema
Meta data schema.
|
| Schema
A schema as created by the SQL statement
CREATE SCHEMA
|
| SchemaObject
Any database object that is stored in a schema.
|
| Sequence
A sequence is created using the statement
CREATE SEQUENCE
|
| Sequence.Cycle
CYCLE clause and sequence state.
|
| TriggerObject
A trigger is created using the statement
CREATE TRIGGER
|
| UserAggregate
Represents a user-defined aggregate function.
|
| UserDefinedFunction
User-defined Java function or aggregate function.
|
| 类和说明 |
|---|
| Domain
Represents a domain.
|
| Schema
A schema as created by the SQL statement
CREATE SCHEMA
|
| SchemaObject
Any database object that is stored in a schema.
|
| Sequence
A sequence is created using the statement
CREATE SEQUENCE
|
| TriggerObject
A trigger is created using the statement
CREATE TRIGGER
|
Copyright © 2022. All rights reserved.