| Package | Description |
|---|---|
| com.atlassian.confluence.upgrade.ddl |
| Modifier and Type | Method and Description |
|---|---|
static DropTableIfExistsCommand |
DropTableIfExistsCommand.withEscapingTableName(com.atlassian.config.db.HibernateConfig config,
String tableName)
Create the command which will take care of escaping table name itself
|
static DropTableIfExistsCommand |
DropTableIfExistsCommand.withoutEscapingTableName(com.atlassian.config.db.HibernateConfig config,
String tableName)
Create the command which will use passed tableName as is, without trying to escape it
|
Copyright © 2003–2022 Atlassian. All rights reserved.