Package | Description |
---|---|
com.atlassian.confluence.upgrade.ddl |
Modifier and Type | Method and Description |
---|---|
DropForeignKeyConstraintCommand |
DropForeignKeyConstraintCommandFactory.getCommand(String tableName,
String columnName) |
DropForeignKeyConstraintCommand |
DropForeignKeyConstraintCommandFactory.getCommandWithExistingConnection(Connection connection,
String tableName,
String columnName)
Use this when you want to get the table metadata on the same transaction as other DDL commands (e.g.
|
Copyright © 2003–2016 Atlassian. All rights reserved.