public abstract class ForeignKeyChangeImplBase extends TableChangeImplBase implements ForeignKeyChange
| Constructor and Description |
|---|
ForeignKeyChangeImplBase(String tableName,
ForeignKey foreignKey)
Creates a new change object.
|
| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
findChangedForeignKey(Database model,
boolean caseSensitive)
Finds the foreign key object corresponding to the changed foreign key in the given database model.
|
findChangedTable, getChangedTableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindChangedTable, getChangedTableapplypublic ForeignKeyChangeImplBase(String tableName, ForeignKey foreignKey)
tableName - The name of the table that owns the foreign keyforeignKey - The foreign key; note that this change object will not maintain a reference
to the foreign key objectpublic ForeignKey findChangedForeignKey(Database model, boolean caseSensitive)
findChangedForeignKey in interface ForeignKeyChangemodel - The database modelcaseSensitive - Whether identifiers are case sensitivenull if it could not be foundCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.