|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ddlutils.alteration.AddTableChange
public class AddTableChange
Represents the addition of a table to a model. Note that this change does not include foreign keys originating from the new table.
Constructor Summary | |
---|---|
AddTableChange(Table newTable)
Creates a new change object. |
Method Summary | |
---|---|
void |
apply(Database database,
boolean caseSensitive)
Applies this change to the given database. |
Table |
getNewTable()
Returns the new table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddTableChange(Table newTable)
newTable
- The new tableMethod Detail |
---|
public Table getNewTable()
public void apply(Database database, boolean caseSensitive)
apply
in interface ModelChange
database
- The databasecaseSensitive
- Whether the case of names matters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |