public class ColumnRequiredChange extends TableChangeImplBase implements ColumnChange
| Constructor and Description |
|---|
ColumnRequiredChange(Table table,
Column column)
Creates a new change object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Database database,
boolean caseSensitive)
Applies this change to the given database.
|
Column |
getChangedColumn()
Returns the column.
|
getChangedTableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChangedTablepublic Column getChangedColumn()
getChangedColumn in interface ColumnChangepublic void apply(Database database, boolean caseSensitive)
apply in interface ModelChangedatabase - The databasecaseSensitive - Whether the case of names mattersCopyright © 2005-2013 Apache Software Foundation. All Rights Reserved.