public class DbmsSpecificUtils extends Object
| Constructor and Description |
|---|
DbmsSpecificUtils(com.atlassian.config.db.HibernateConfig hibernateConfig) |
| Modifier and Type | Method and Description |
|---|---|
static void |
dropMsSqlForeignKeyConstraints(Statement statement,
String tableName)
Drops foreign key constraints defined for a table
|
static ResultSet |
getMsSqlForeignKeyConstraintsForTable(Statement statement,
String tableName)
Retrieves foreign key constraints defined for a table
|
public DbmsSpecificUtils(@NotNull
com.atlassian.config.db.HibernateConfig hibernateConfig)
public static ResultSet getMsSqlForeignKeyConstraintsForTable(Statement statement, String tableName) throws SQLException
statement - tableName - SQLExceptionpublic static void dropMsSqlForeignKeyConstraints(Statement statement, String tableName) throws SQLException
SQLExceptionCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.