Class DbCompareReport.TableReport

java.lang.Object
org.jumpmind.symmetric.io.DbCompareReport.TableReport
Enclosing class:
DbCompareReport

public static class DbCompareReport.TableReport extends Object
  • 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

      public String getSourceTable()
    • setSourceTable

      public void setSourceTable(String sourceTable)
    • getTargetTable

      public String getTargetTable()
    • setTargetTable

      public void setTargetTable(String targetTable)
    • 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

      public Throwable getThrowable()
    • setThrowable

      public void setThrowable(Throwable throwable)
    • toString

      public String toString()
      Overrides:
      toString in class Object