public abstract class ColumnChangeImplBase extends TableChangeImplBase implements ColumnChange
| Constructor and Description |
|---|
ColumnChangeImplBase(String tableName,
String columnName)
Creates a new change object.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
findChangedColumn(Database model,
boolean caseSensitive)
Finds the column object corresponding to the changed column in the given database model.
|
String |
getChangedColumn()
Returns the name of the affected column from the original model.
|
findChangedTable, getChangedTableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindChangedTable, getChangedTableapplypublic String getChangedColumn()
getChangedColumn in interface ColumnChangepublic Column findChangedColumn(Database model, boolean caseSensitive)
findChangedColumn in interface ColumnChangemodel - The database modelcaseSensitive - Whether identifiers are case sensitivenull if it could not be foundCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.