public class RemovePrimaryKeyChange extends TableChangeImplBase
| Constructor and Description |
|---|
RemovePrimaryKeyChange(Table table,
Column[] primaryKeyColumns)
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[] |
getPrimaryKeyColumns()
Returns the primary key columns making up the primary key.
|
getChangedTablepublic Column[] getPrimaryKeyColumns()
public void apply(Database database, boolean caseSensitive)
database - The databasecaseSensitive - Whether the case of names mattersCopyright © 2005-2013 Apache Software Foundation. All Rights Reserved.