See: Description
| Class | Description |
|---|---|
| CreateForeignKey |
Generates an
ALTER TABLE...ADD CONSTRAINT statement to add a foreign key constraint in H2. |
| CreateH2DdlFromSchemaDef |
Generates H2 DDL from
SchemaDef |
| CreateIndex |
Generates a
CREATE INDEX statement for H2. |
| CreateTable |
Generates a
CREATE TABLE statement for H2. |
| CreateTableColumn |
Generates a column definition for a
CREATE TABLE statement for H2. |
| DropTable |
Generates a
DROP TABLE statement for H2. |
| DropTableConstraint |
Generates a
ALTER TABLE...DROP CONSTRAINT statement for H2. |
| H2InsertWriter |
Generates H2 insert statement from records.
|
| H2SqlPart |
Base class for H2 SQL components.
|
| Insert |
Generates an
INSERT INTO statement for H2. |
| InsertRow |
Represents a row of values for H2 insert statements.
|
| InsertValue |
Represents a column-value pair for H2 insert statements.
|
| TableColumn |
Represents a table column definition for H2.
|
| Upsert |
Generates an upsert statement for H2.
|
| Enum | Description |
|---|---|
| ForeignKeyAction |
Represents foreign key constraint actions for H2.
|
| TableColumnType |
Represents data types for H2 table columns.
|
Copyright (c) 2006-2026 North Concepts Inc. All Rights Reserved.