|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.squirrel_sql.plugins.dbdiff.util.AbstractDifference
public class AbstractDifference
| Nested Class Summary | |
|---|---|
static class |
AbstractDifference.DiffType
|
| Field Summary | |
|---|---|
protected String |
_catalog1
Catalog of the first table / column being compared |
protected String |
_catalog2
Catalog of the second table / column being compared |
protected AbstractDifference.DiffType |
_differenceType
The type of difference being reported |
protected Object |
_differenceVal1
The value that is different with the first item |
protected Object |
_differenceVal2
The value that is different with the second item |
protected String |
_schema1
Schema of the first table / column being compared |
protected String |
_schema2
Schema of the second table / column being compared |
protected String |
_tableName1
Table name of the first table / column being compared |
protected String |
_tableName2
Table name of the second table / column being compared |
| Constructor Summary | |
|---|---|
AbstractDifference()
|
|
| Method Summary | |
|---|---|
String |
getCatalog1()
|
String |
getCatalog2()
|
AbstractDifference.DiffType |
getDifferenceType()
|
Object |
getDifferenceVal1()
|
Object |
getDifferenceVal2()
|
String |
getSchema1()
|
String |
getSchema2()
|
String |
getTableName1()
|
String |
getTableName2()
|
void |
setCatalog1(String _catalog1)
|
void |
setCatalog2(String _catalog2)
|
void |
setDifferenceType(AbstractDifference.DiffType _differenceType)
|
void |
setDifferenceVal1(Object _differenceVal1)
|
void |
setDifferenceVal2(Object _differenceVal2)
|
void |
setSchema1(String _schema)
|
void |
setSchema2(String _schema2)
|
void |
setTableName1(String _tableName)
|
void |
setTableName2(String _tableName2)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String _catalog1
protected String _schema1
protected String _tableName1
protected String _catalog2
protected String _schema2
protected String _tableName2
protected AbstractDifference.DiffType _differenceType
protected Object _differenceVal1
protected Object _differenceVal2
| Constructor Detail |
|---|
public AbstractDifference()
| Method Detail |
|---|
public void setDifferenceType(AbstractDifference.DiffType _differenceType)
_differenceType - the _differenceType to setpublic AbstractDifference.DiffType getDifferenceType()
public void setTableName1(String _tableName)
_tableName - the _tableName to setpublic String getTableName1()
public void setSchema1(String _schema)
_schema - the _schema to setpublic String getSchema1()
public void setCatalog1(String _catalog1)
_catalog1 - the _catalog1 to setpublic String getCatalog1()
public void setCatalog2(String _catalog2)
_catalog2 - the _catalog2 to setpublic String getCatalog2()
public void setSchema2(String _schema2)
_schema2 - the _schema2 to setpublic String getSchema2()
public void setTableName2(String _tableName2)
_tableName2 - the _tableName2 to setpublic String getTableName2()
public void setDifferenceVal1(Object _differenceVal1)
_differenceVal1 - the _differenceVal1 to setpublic Object getDifferenceVal1()
public void setDifferenceVal2(Object _differenceVal2)
_differenceVal2 - the _differenceVal2 to setpublic Object getDifferenceVal2()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||