Package org.jumpmind.db.alter
Class CopyColumnValueChange
java.lang.Object
org.jumpmind.db.alter.TableChangeImplBase
org.jumpmind.db.alter.CopyColumnValueChange
- All Implemented Interfaces:
IModelChange
,TableChange
-
Constructor Summary
ConstructorsConstructorDescriptionCopyColumnValueChange
(Table table, Column sourceColumn, Column targetColumn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Applies this change to the given database.Methods inherited from class org.jumpmind.db.alter.TableChangeImplBase
getChangedTable
-
Constructor Details
-
CopyColumnValueChange
-
-
Method Details
-
apply
Description copied from interface:IModelChange
Applies this change to the given database.- Parameters:
database
- The databasecaseSensitive
- Whether the case of names matters
-
getSourceColumn
-
getTargetColumn
-