public static class DbCompareReport.TableReport
extends java.lang.Object
| Constructor and Description |
|---|
TableReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
countDifferentRow() |
void |
countErrorRows() |
void |
countExtraRow() |
void |
countMatchedRow() |
void |
countMissingRow() |
void |
countSourceRow() |
void |
countTargetRow() |
int |
getDifferentRows() |
int |
getErrorRows() |
int |
getExtraRows() |
int |
getMatchedRows() |
int |
getMissingRows() |
int |
getSourceRows() |
java.lang.String |
getSourceTable() |
int |
getTargetRows() |
java.lang.String |
getTargetTable() |
java.lang.Throwable |
getThrowable() |
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(java.lang.String sourceTable) |
void |
setTargetRows(int targetRows) |
void |
setTargetTable(java.lang.String targetTable) |
void |
setThrowable(java.lang.Throwable throwable) |
java.lang.String |
toString() |
public void countSourceRow()
public void countTargetRow()
public void countMatchedRow()
public void countDifferentRow()
public void countMissingRow()
public void countExtraRow()
public void countErrorRows()
public java.lang.String getSourceTable()
public void setSourceTable(java.lang.String sourceTable)
public java.lang.String getTargetTable()
public void setTargetTable(java.lang.String targetTable)
public int getSourceRows()
public void setSourceRows(int sourceRows)
public int getTargetRows()
public void setTargetRows(int targetRows)
public int getMatchedRows()
public void setMatchedRows(int matchedRows)
public int getDifferentRows()
public void setDifferentRows(int differentRows)
public int getMissingRows()
public void setMissingRows(int missingRows)
public int getExtraRows()
public void setExtraRows(int extraRows)
public int getErrorRows()
public void setErrorRows(int errorRows)
public java.lang.Throwable getThrowable()
public void setThrowable(java.lang.Throwable throwable)
public java.lang.String toString()
toString in class java.lang.Object