public class AddTableChange extends Object implements ModelChange
| Constructor and Description |
|---|
AddTableChange(Table newTable)
Creates a new change object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Database database,
boolean caseSensitive)
Applies this change to the given database.
|
Table |
getNewTable()
Returns the new table.
|
public AddTableChange(Table newTable)
newTable - The new tablepublic Table getNewTable()
public 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.