Uses of Interface
com.atlassian.confluence.upgrade.ddl.DdlCommand
Packages that use DdlCommand
-
Uses of DdlCommand in com.atlassian.confluence.upgrade.ddl
Classes in com.atlassian.confluence.upgrade.ddl that implement DdlCommandModifier and TypeClassDescriptionclassclassThis command can be used for enforcing uniqueness of non-null values in nullable columns.classclassclassfinal classUsed to rename a tableMethod parameters in com.atlassian.confluence.upgrade.ddl with type arguments of type DdlCommandModifier and TypeMethodDescriptionvoidDdlExecutor.executeDdl(List<? extends DdlCommand> commands) Perform a set of data definition altering actions.voidHibernateDdlExecutor.executeDdl(List<? extends DdlCommand> commands) DdlExecutor.getDdlStatements(List<? extends DdlCommand> commands) HibernateDdlExecutor.getDdlStatements(List<? extends DdlCommand> commands)