Package org.jumpmind.symmetric.io
Class DbCompareReport.TableReport
java.lang.Object
org.jumpmind.symmetric.io.DbCompareReport.TableReport
- Enclosing class:
- DbCompareReport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
int
int
int
int
int
int
int
void
setDifferentRows
(int differentRows) void
setErrorRows
(int errorRows) void
setExtraRows
(int extraRows) void
setMatchedRows
(int matchedRows) void
setMissingRows
(int missingRows) void
setSourceRows
(int sourceRows) void
setSourceTable
(String sourceTable) void
setTargetRows
(int targetRows) void
setTargetTable
(String targetTable) void
setThrowable
(Throwable throwable) toString()
-
Constructor Details
-
TableReport
public TableReport()
-
-
Method Details
-
countSourceRow
public void countSourceRow() -
countTargetRow
public void countTargetRow() -
countMatchedRow
public void countMatchedRow() -
countDifferentRow
public void countDifferentRow() -
countMissingRow
public void countMissingRow() -
countExtraRow
public void countExtraRow() -
countErrorRows
public void countErrorRows() -
getSourceTable
-
setSourceTable
-
getTargetTable
-
setTargetTable
-
getSourceRows
public int getSourceRows() -
setSourceRows
public void setSourceRows(int sourceRows) -
getTargetRows
public int getTargetRows() -
setTargetRows
public void setTargetRows(int targetRows) -
getMatchedRows
public int getMatchedRows() -
setMatchedRows
public void setMatchedRows(int matchedRows) -
getDifferentRows
public int getDifferentRows() -
setDifferentRows
public void setDifferentRows(int differentRows) -
getMissingRows
public int getMissingRows() -
setMissingRows
public void setMissingRows(int missingRows) -
getExtraRows
public int getExtraRows() -
setExtraRows
public void setExtraRows(int extraRows) -
getErrorRows
public int getErrorRows() -
setErrorRows
public void setErrorRows(int errorRows) -
getThrowable
-
setThrowable
-
toString
-