Package | Description |
---|---|
org.h2.api |
Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.
|
org.h2.table |
Classes related to a table and table meta data.
|
Modifier and Type | Method and Description |
---|---|
TableBase |
TableEngine.createTable(CreateTableData data)
Create new table.
|
Modifier and Type | Class and Description |
---|---|
class |
RegularTable
Most tables are an instance of this class.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.