org.apache.ddlutils.alteration
Class RemoveTableChange
java.lang.Object
org.apache.ddlutils.alteration.TableChangeImplBase
org.apache.ddlutils.alteration.RemoveTableChange
- All Implemented Interfaces:
- ModelChange, TableChange
- public class RemoveTableChange
- extends TableChangeImplBase
Represents the removal of a table from a model.
- Version:
- $Revision: $
Method Summary |
void |
apply(Database database,
boolean caseSensitive)
Applies this change to the given database. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveTableChange
public RemoveTableChange(Table table)
- Creates a new change object.
- Parameters:
table
- The table
apply
public void apply(Database database,
boolean caseSensitive)
- Applies this change to the given database.
- Parameters:
database
- The databasecaseSensitive
- Whether the case of names matters
Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.