Uses of Interface
com.atlassian.confluence.upgrade.ddl.DdlCommand
-
Packages that use DdlCommand Package Description com.atlassian.confluence.upgrade.ddl -
-
Uses of DdlCommand in com.atlassian.confluence.upgrade.ddl
Classes in com.atlassian.confluence.upgrade.ddl that implement DdlCommand Modifier and Type Class Description classCreateIndexCommandclassCreateUniqueConstraintWithMultipleNullsCommandThis command can be used for enforcing uniqueness of non-null values in nullable columns.classDropIndexCommandclassDropTableCommandclassDropTableIfExistsCommandclassRenameTableCommandUsed to rename a tableMethod parameters in com.atlassian.confluence.upgrade.ddl with type arguments of type DdlCommand Modifier and Type Method Description voidDdlExecutor. executeDdl(List<? extends DdlCommand> commands)Perform a set of data definition altering actions.voidHibernateDdlExecutor. executeDdl(List<? extends DdlCommand> commands)List<String>DdlExecutor. getDdlStatements(List<? extends DdlCommand> commands)List<String>HibernateDdlExecutor. getDdlStatements(List<? extends DdlCommand> commands)
-