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 class
CreateIndexCommand
class
CreateUniqueConstraintWithMultipleNullsCommand
This command can be used for enforcing uniqueness of non-null values in nullable columns.class
DropIndexCommand
class
DropTableCommand
class
DropTableIfExistsCommand
class
RenameTableCommand
Used to rename a tableMethod parameters in com.atlassian.confluence.upgrade.ddl with type arguments of type DdlCommand Modifier and Type Method Description void
DdlExecutor. executeDdl(List<? extends DdlCommand> commands)
Perform a set of data definition altering actions.void
HibernateDdlExecutor. executeDdl(List<? extends DdlCommand> commands)
List<String>
DdlExecutor. getDdlStatements(List<? extends DdlCommand> commands)
List<String>
HibernateDdlExecutor. getDdlStatements(List<? extends DdlCommand> commands)
-