|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ddlutils.alteration.TableChangeImplBase
org.apache.ddlutils.alteration.ColumnSizeChange
Represents the change of the size or scale of a column.
Constructor Summary | |
ColumnSizeChange(Table table,
Column column,
int newSize,
int newScale)
Creates a new change object. |
Method Summary | |
void |
apply(Database database,
boolean caseSensitive)
Applies this change to the given database. |
Column |
getChangedColumn()
Returns the column. |
int |
getNewScale()
Returns the new scale of the column. |
int |
getNewSize()
Returns the new size of the column. |
Methods inherited from class org.apache.ddlutils.alteration.TableChangeImplBase |
getChangedTable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.ddlutils.alteration.TableChange |
getChangedTable |
Constructor Detail |
public ColumnSizeChange(Table table, Column column, int newSize, int newScale)
table
- The table of the columncolumn
- The columnnewSize
- The new sizenewScale
- The new scaleMethod Detail |
public Column getChangedColumn()
getChangedColumn
in interface ColumnChange
public int getNewSize()
public int getNewScale()
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 |