Package | Description |
---|---|
com.atlassian.confluence.upgrade.ddl |
Modifier and Type | Class and 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 |
RenameTableCommand
Used to rename a table
|
Modifier and Type | Method and Description |
---|---|
void |
HibernateDdlExecutor.executeDdl(List<? extends DdlCommand> commands) |
void |
DdlExecutor.executeDdl(List<? extends DdlCommand> commands)
Perform a set of data definition altering actions.
|
List<String> |
HibernateDdlExecutor.getDdlStatements(List<? extends DdlCommand> commands) |
List<String> |
DdlExecutor.getDdlStatements(List<? extends DdlCommand> commands) |
Copyright © 2003–2017 Atlassian. All rights reserved.