| 程序包 | 说明 |
|---|---|
| org.h2.api |
Contains interfaces for user-defined extensions, such as
triggers and user-defined aggregate functions.
|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
TableEngine.createTable(CreateTableData data)
Create new table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
TableBase |
MVTableEngine.createTable(CreateTableData data) |
| 构造器和说明 |
|---|
MVTable(CreateTableData data,
MVTableEngine.Store store) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Schema.createTable(CreateTableData data)
Add a table to the schema.
|
| 构造器和说明 |
|---|
RegularTable(CreateTableData data) |
TableBase(CreateTableData data) |
Copyright © 2017. All rights reserved.