public class ColumnDifference extends TableDifference
table1, table2, type
schema1, schema2
Constructor and Description |
---|
ColumnDifference(Schema schema1,
Table table1,
Column col1,
Schema schema2,
Table table2,
Column col2) |
Modifier and Type | Method and Description |
---|---|
Column |
getColumn1() |
Column |
getColumn2() |
void |
setColumn1(Column column1) |
void |
setColumn2(Column column2) |
getTable1, getTable2, getType, setTable1, setTable2, setType
getSchema1, getSchema2, setSchema1, setSchema2
public Column getColumn1()
public void setColumn1(Column column1)
public Column getColumn2()
public void setColumn2(Column column2)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.