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 TypeClassDescriptionclass
class
This command can be used for enforcing uniqueness of non-null values in nullable columns.class
class
class
final class
Used to rename a tableMethod parameters in com.atlassian.confluence.upgrade.ddl with type arguments of type DdlCommandModifier and TypeMethodDescriptionvoid
DdlExecutor.executeDdl
(List<? extends DdlCommand> commands) Perform a set of data definition altering actions.void
HibernateDdlExecutor.executeDdl
(List<? extends DdlCommand> commands) DdlExecutor.getDdlStatements
(List<? extends DdlCommand> commands) HibernateDdlExecutor.getDdlStatements
(List<? extends DdlCommand> commands)