| 程序包 | 说明 |
|---|---|
| org.h2.api |
Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.
|
| 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.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.
|
| 类和说明 |
|---|
| CreateTableData
The data required to create a table.
|
| 类和说明 |
|---|
| AlterTableAddConstraint
This class represents the statement
ALTER TABLE ADD CONSTRAINT
|
| 类和说明 |
|---|
| AlterDomain
The base class for ALTER DOMAIN commands.
|
| AlterDomainAddConstraint
This class represents the statement ALTER DOMAIN ADD CONSTRAINT
|
| AlterTable
The base class for ALTER TABLE commands.
|
| AlterTableAddConstraint
This class represents the statement
ALTER TABLE ADD CONSTRAINT
|
| CommandWithColumns |
| DefineCommand
This class represents a non-transaction statement, for example a CREATE or
DROP.
|
| SchemaCommand
This class represents a non-transaction statement that involves a schema.
|
| SequenceOptions
Sequence options.
|
| 类和说明 |
|---|
| DefineCommand
This class represents a non-transaction statement, for example a CREATE or
DROP.
|
| SchemaCommand
This class represents a non-transaction statement that involves a schema.
|
| 类和说明 |
|---|
| CreateTableData
The data required to create a table.
|
| 类和说明 |
|---|
| CreateSynonymData
The data required to create a synonym.
|
| CreateTableData
The data required to create a table.
|
| SequenceOptions
Sequence options.
|
| 类和说明 |
|---|
| CreateSynonymData
The data required to create a synonym.
|
| CreateTableData
The data required to create a table.
|
| SequenceOptions
Sequence options.
|
Copyright © 2022. All rights reserved.