Package | Description |
---|---|
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.
|
Class and Description |
---|
CreateTableData
The data required to create a table.
|
Class and Description |
---|
CommandWithColumns |
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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
CreateTableData
The data required to create a table.
|
Class and Description |
---|
CreateSynonymData
The data required to create a synonym.
|
CreateTableData
The data required to create a table.
|
Class and Description |
---|
CreateSynonymData
The data required to create a synonym.
|
CreateTableData
The data required to create a table.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.