| |
|
| java.lang.Object net.sourceforge.squirrel_sql.plugins.dbdiff.util.AbstractDifference
All known Subclasses: net.sourceforge.squirrel_sql.plugins.dbdiff.util.TableColumnDifference, net.sourceforge.squirrel_sql.plugins.dbdiff.util.TableDifference,
AbstractDifference | public class AbstractDifference (Code) | | |
Inner Class :public static enum DiffType | |
_catalog1 | protected String _catalog1(Code) | | Catalog of the first table / column being compared
|
_catalog2 | protected String _catalog2(Code) | | Catalog of the second table / column being compared
|
_differenceType | protected DiffType _differenceType(Code) | | The type of difference being reported
|
_differenceVal1 | protected Object _differenceVal1(Code) | | The value that is different with the first item
|
_differenceVal2 | protected Object _differenceVal2(Code) | | The value that is different with the second item
|
_schema1 | protected String _schema1(Code) | | Schema of the first table / column being compared
|
_schema2 | protected String _schema2(Code) | | Schema of the second table / column being compared
|
_tableName1 | protected String _tableName1(Code) | | Table name of the first table / column being compared
|
_tableName2 | protected String _tableName2(Code) | | Table name of the second table / column being compared
|
getDifferenceType | public DiffType getDifferenceType()(Code) | | the _differenceType |
getDifferenceVal1 | public Object getDifferenceVal1()(Code) | | the _differenceVal1 |
getDifferenceVal2 | public Object getDifferenceVal2()(Code) | | the _differenceVal2 |
getTableName1 | public String getTableName1()(Code) | | the _tableName |
getTableName2 | public String getTableName2()(Code) | | the _tableName2 |
setCatalog1 | public void setCatalog1(String _catalog1)(Code) | | Parameters: _catalog1 - the _catalog1 to set |
setCatalog2 | public void setCatalog2(String _catalog2)(Code) | | Parameters: _catalog2 - the _catalog2 to set |
setDifferenceType | public void setDifferenceType(DiffType _differenceType)(Code) | | Parameters: _differenceType - the _differenceType to set |
setDifferenceVal1 | public void setDifferenceVal1(Object _differenceVal1)(Code) | | Parameters: _differenceVal1 - the _differenceVal1 to set |
setDifferenceVal2 | public void setDifferenceVal2(Object _differenceVal2)(Code) | | Parameters: _differenceVal2 - the _differenceVal2 to set |
setSchema1 | public void setSchema1(String _schema)(Code) | | Parameters: _schema - the _schema to set |
setSchema2 | public void setSchema2(String _schema2)(Code) | | Parameters: _schema2 - the _schema2 to set |
setTableName1 | public void setTableName1(String _tableName)(Code) | | Parameters: _tableName - the _tableName to set |
setTableName2 | public void setTableName2(String _tableName2)(Code) | | Parameters: _tableName2 - the _tableName2 to set |
|
|
|