Package com.atlassian.confluence.upgrade.ddl
package com.atlassian.confluence.upgrade.ddl
-
ClassDescriptionA command for creating a named foreign key constraint between two columnsA command for creating a string virtual column with default placeholder based on a nullable column of a tableRepresents a unique constraint on a set of columns.Marks a column as not null or nullable.Interface for all alter table commands.Executes all the various database-specific table altering commands.This command can be used for enforcing uniqueness of non-null values in nullable columns.A command to edit SQL data definitions.Executes any set of
DdlCommand
s thrown its way.Drops a unique constraint by column name.Drops a unique constraint.Executes all the various database-specific table altering commands.Executes any set ofDdlCommand
s thrown its way.Represents the null/not null choice for a database column.Used to rename a table