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 TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidintintintintintintintvoidsetDifferentRows(int differentRows) voidsetErrorRows(int errorRows) voidsetExtraRows(int extraRows) voidsetMatchedRows(int matchedRows) voidsetMissingRows(int missingRows) voidsetSourceRows(int sourceRows) voidsetSourceTable(String sourceTable) voidsetTargetRows(int targetRows) voidsetTargetTable(String targetTable) voidsetThrowable(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
-