| 程序包 | 说明 |
|---|---|
| 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.table |
Classes related to a table and table meta data.
|
| 构造器和说明 |
|---|
MetaIndex(MetaTable meta,
IndexColumn[] columns,
boolean scan) |
MetaIndex(MetaTable meta,
IndexColumn[] columns,
boolean scan) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PgCatalogTable
This class is responsible to build the pg_catalog tables.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
InformationSchemaTable
This class is responsible to build the INFORMATION_SCHEMA tables.
|
class |
InformationSchemaTableLegacy
This class is responsible to build the legacy variant of INFORMATION_SCHEMA
tables.
|
Copyright © 2022. All rights reserved.