| Class and Description |
|---|
| AddForeignKeyCommand
A command for creating a named foreign key constraint between two columns
|
| AddUniqueConstraintCommand
Represents a unique constraint on a set of columns.
|
| AlterColumnCommand
Superclass for all alter column actions.
|
| AlterColumnNullabilityCommand
Marks a column as not null or nullable.
|
| AlterTableCommand
Interface for all alter table commands.
|
| AlterTableExecutor
Executes all the various database-specific table altering commands.
|
| CreateIndexCommand |
| CreateUniqueConstraintWithMultipleNullsCommand
This command can be used for enforcing uniqueness of non-null values in nullable columns.
|
| DdlCommand
A command to edit SQL data definitions.
|
| DdlExecutor
Executes any set of
DdlCommands thrown its way. |
| DropForeignKeyConstraintCommand |
| DropIndexCommand |
| DropTableCommand |
| DropUniqueConstraintByColumnsCommand
Drops a unique constraint by column name.
|
| DropUniqueConstraintCommand
Drops a unique constraint.
|
| NullChoice
Represents the null/not null choice for a database column.
|
| RenameTableCommand
Used to rename a table
|
| Class and Description |
|---|
| AddUniqueConstraintCommand
Represents a unique constraint on a set of columns.
|
| AlterTableExecutor
Executes all the various database-specific table altering commands.
|
| CreateIndexCommand |
| DdlExecutor
Executes any set of
DdlCommands thrown its way. |
| DropForeignKeyConstraintCommandFactory |
| Class and Description |
|---|
| DdlExecutor
Executes any set of
DdlCommands thrown its way. |
| DropForeignKeyConstraintCommandFactory |
Copyright © 2003–2018 Atlassian. All rights reserved.