Class | Description |
---|---|
DDLAction |
Database-agnostic representation of any supported DDL action
(usually one or two statements).
|
DDLActionBuilder | |
DDLActions |
A utility class to manipulate
DDL Actions . |
DDLField |
Database-agnostic representation of a field within a table containing
all associated attributes such as type and constraints.
|
DDLForeignKey |
Database-agnostic representation of a foreign key constraint.
|
DDLIndex |
Database-agnostic reprensentation of a general field index
statement (not related to full-text indexing).
|
DDLIndex.DDLIndexBuilder | |
DDLIndexField | |
DDLIndexField.DDLIndexFieldBuilder | |
DDLTable |
Database-agnostic representation of a table within the schema.
|
DDLValue | |
SchemaReader |
WARNING: Not part of the public API.
|
SQLAction |
An SQL statement representing some stage of schema modification.
|
Enum | Description |
---|---|
DDLActionType |
Specifies a specific DDL action type in a database-agnostic
manner.
|
Copyright © 2007–2022 Atlassian. All rights reserved.