|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DdlCommand | |
|---|---|
| com.atlassian.confluence.upgrade.ddl | |
| Uses of DdlCommand in com.atlassian.confluence.upgrade.ddl |
|---|
| Classes in com.atlassian.confluence.upgrade.ddl that implement DdlCommand | |
|---|---|
class |
CreateIndexCommand
|
class |
CreateUniqueConstraintWithMultipleNullsCommand
This command can be used for enforcing uniqueness of non-null values in nullable columns. |
class |
DropIndexCommand
|
class |
DropTableCommand
|
| Method parameters in com.atlassian.confluence.upgrade.ddl with type arguments of type DdlCommand | |
|---|---|
void |
HibernateDdlExecutor.executeDdl(java.util.List<? extends DdlCommand> commands)
|
void |
DdlExecutor.executeDdl(java.util.List<? extends DdlCommand> commands)
Perform a set of data definition altering actions. |
java.util.List<java.lang.String> |
HibernateDdlExecutor.getDdlStatements(java.util.List<? extends DdlCommand> commands)
|
java.util.List<java.lang.String> |
DdlExecutor.getDdlStatements(java.util.List<? extends DdlCommand> commands)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||