| Package | Description |
|---|---|
| com.atlassian.confluence.upgrade.ddl | |
| com.atlassian.confluence.upgrade.upgradetask |
| Modifier and Type | Method and Description |
|---|---|
CreateIndexCommand |
DdlExecutor.createCreateIndexCommand(String indexName,
String tableName,
boolean isUnique,
String... columnNames) |
CreateIndexCommand |
HibernateDdlExecutor.createCreateIndexCommand(String indexName,
String tableName,
boolean isUnique,
String... columnNames)
Create a compound index
|
CreateIndexCommand |
DdlExecutor.createCreateIndexCommand(String indexName,
String tableName,
String... columnNames) |
CreateIndexCommand |
HibernateDdlExecutor.createCreateIndexCommand(String indexName,
String tableName,
String... columnNames)
Create a compound non-unique index
|
| Modifier and Type | Field and Description |
|---|---|
static CreateIndexCommand |
ContentIndexUpgradeTask.CREATE_INDEX_COMMAND |
Copyright © 2003–2019 Atlassian. All rights reserved.