public class RemoveTableChange extends TableChangeImplBase
| Constructor and Description |
|---|
RemoveTableChange(Table table)
Creates a new change object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Database database,
boolean caseSensitive)
Applies this change to the given database.
|
getChangedTablepublic RemoveTableChange(Table table)
table - The tablepublic void apply(Database database, boolean caseSensitive)
database - The databasecaseSensitive - Whether the case of names mattersCopyright © 2005-2013 Apache Software Foundation. All Rights Reserved.