| 程序包 | 说明 |
|---|---|
| org.h2.api |
Contains interfaces for user-defined extensions, such as
triggers and user-defined aggregate functions.
|
| 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.
|
| 类和说明 |
|---|
| DefineCommand
This class represents a non-transaction statement, for example a CREATE or
DROP.
|
| DropTable
This class represents the statement
DROP TABLE
|
| SchemaCommand
This class represents a non-transaction statement that involves a schema.
|
| 类和说明 |
|---|
| 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.
|
| 类和说明 |
|---|
| CreateTableData
The data required to create a table.
|
| 类和说明 |
|---|
| CreateTableData
The data required to create a table.
|
Copyright © 2017. All rights reserved.