Uses of Interface
com.atlassian.confluence.upgrade.ddl.AlterTableCommand
Packages that use AlterTableCommand
- 
Uses of AlterTableCommand in com.atlassian.confluence.upgrade.ddlClasses in com.atlassian.confluence.upgrade.ddl that implement AlterTableCommandModifier and TypeClassDescriptionclassA command for creating a named foreign key constraint between two columnsclassA command for creating a string virtual column with default placeholder based on a nullable column of a tableclassRepresents a unique constraint on a set of columns.classMarks a column as not null or nullable.classclassclassDrops a unique constraint by column name.classDrops a unique constraint.Methods in com.atlassian.confluence.upgrade.ddl that return AlterTableCommandModifier and TypeMethodDescriptionAlterTableExecutor.createDropUniqueConstraintIfExistsCommand(String bandanaUniqueKey) Method parameters in com.atlassian.confluence.upgrade.ddl with type arguments of type AlterTableCommandModifier and TypeMethodDescriptionvoidAlterTableExecutor.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) AlterTableExecutor.getAlterTableStatements(String tableName, List<? extends AlterTableCommand> commands) HibernateAlterTableExecutor.getAlterTableStatements(String tableName, List<? extends AlterTableCommand> commands)