Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Table |
TableEngine.createTable(CreateTableData data)
Create new table.
|
Modifier and Type | Method and Description |
---|---|
TableBase |
MVTableEngine.createTable(CreateTableData data) |
Constructor and Description |
---|
MVTable(CreateTableData data,
MVTableEngine.Store store) |
Modifier and Type | Method and Description |
---|---|
Table |
Schema.createTable(CreateTableData data)
Add a table to the schema.
|
Constructor and Description |
---|
RegularTable(CreateTableData data) |
TableBase(CreateTableData data) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.