public class RemoveForeignKeyChange extends ForeignKeyChangeImplBase
| Constructor and Description |
|---|
RemoveForeignKeyChange(String tableName,
ForeignKey foreignKey)
Creates a new change object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Database model,
boolean caseSensitive)
Applies this change to the given database.
|
findChangedForeignKeyfindChangedTable, getChangedTableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindChangedTable, getChangedTablepublic RemoveForeignKeyChange(String tableName, ForeignKey foreignKey)
tableName - The name of the table to remove the foreign key fromforeignKey - The foreign keypublic void apply(Database model, boolean caseSensitive)
model - The databasecaseSensitive - Whether the case of names mattersCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.