public interface TableMappingResult
TableMapping after performing a data integration execution.| Modifier and Type | Method and Description |
|---|---|
Iterator<com.onwbp.base.text.UserMessage> |
getErrorMessages()
Returns the error messages during the data integration execution.
|
com.onwbp.base.text.UserMessage |
getFatalErrorMessage()
Returns the fatal error or
null. |
int |
getNumberOfDeletedRecords()
Returns the number of deleted records in the target table.
|
int |
getNumberOfFailedRecords()
Returns the number of failed records when persisting in the target table.
|
int |
getNumberOfInsertedRecords()
Returns the number of inserted records in the target table.
|
int |
getNumberOfProcessedRecords()
Returns the total number of processed records from the source table.
|
int |
getNumberOfSkippedRecords()
Returns the number of skipped records when persisting in the target table.
|
int |
getNumberOfUnchangedRecords()
Returns the number of unchanged records in the target table.
|
int |
getNumberOfUpdatedRecords()
Returns the number of updated records in the target table.
|
Table |
getSourceTable()
Returns the source table.
|
Table |
getTargetTable()
Returns the target table.
|
boolean |
hasFatalError()
Returns
true if a fatal error happens during the data integration execution. |
Table getSourceTable()
Table getTargetTable()
int getNumberOfProcessedRecords()
This number is irrelevant if a fatal error happens during the data integration execution.
hasFatalError()int getNumberOfInsertedRecords()
This number is irrelevant if a fatal error happens during the data integration execution.
hasFatalError()int getNumberOfUpdatedRecords()
This number is irrelevant if a fatal error happens during the data integration execution.
hasFatalError()int getNumberOfDeletedRecords()
This number is irrelevant if a fatal error happens during the data integration execution.
hasFatalError()int getNumberOfUnchangedRecords()
This number is irrelevant if a fatal error happens during the data integration execution.
hasFatalError()int getNumberOfFailedRecords()
This number is irrelevant if a fatal error happens during the data integration execution.
hasFatalError()int getNumberOfSkippedRecords()
This number is irrelevant if a fatal error happens during the data integration execution.
hasFatalError()Iterator<com.onwbp.base.text.UserMessage> getErrorMessages()
boolean hasFatalError()
true if a fatal error happens during the data integration execution.com.onwbp.base.text.UserMessage getFatalErrorMessage()
null.hasFatalError()