public interface ForeignKeyChange extends TableChange
| 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, getChangedTableapplyForeignKey findChangedForeignKey(Database model, boolean caseSensitive)
model - The database modelcaseSensitive - Whether identifiers are case sensitivenull if it could not be foundCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.