Uses of Interface
com.atlassian.confluence.upgrade.ddl.AlterTableCommand
-
Packages that use AlterTableCommand Package Description com.atlassian.confluence.upgrade.ddl -
-
Uses of AlterTableCommand in com.atlassian.confluence.upgrade.ddl
Classes in com.atlassian.confluence.upgrade.ddl that implement AlterTableCommand Modifier and Type Class Description classAddForeignKeyCommandA command for creating a named foreign key constraint between two columnsclassAddUniqueConstraintCommandRepresents a unique constraint on a set of columns.classAlterColumnNullabilityCommandMarks a column as not null or nullable.classDropColumnCommandclassDropForeignKeyConstraintCommandclassDropUniqueConstraintByColumnsCommandDrops a unique constraint by column name.classDropUniqueConstraintCommandDrops a unique constraint.Method parameters in com.atlassian.confluence.upgrade.ddl with type arguments of type AlterTableCommand Modifier and Type Method Description voidAlterTableExecutor. alterTable(String tableName, List<? extends AlterTableCommand> commands)Perform a set of table altering actions on a given table.voidHibernateAlterTableExecutor. alterTable(String tableName, List<? extends AlterTableCommand> commands)List<String>AlterTableExecutor. getAlterTableStatements(String tableName, List<? extends AlterTableCommand> commands)List<String>HibernateAlterTableExecutor. getAlterTableStatements(String tableName, List<? extends AlterTableCommand> commands)
-