Interface ImportResult
- All Superinterfaces:
Result
- All Known Subinterfaces:
TransferResult
Stores data results when importing data into a table.
- Since:
- 2.3.0
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the number of records that have been created.longReturns the number of records that have been deleted.longDeprecated.Since 3.0.0, this method is no longer supported.Methods inherited from interface com.orchestranetworks.addon.dex.result.Result
getErrorMessages, getNumberOfInvalidRecords, getNumberOfProcessedRecords, getSourceTable, getTargetTable, getWarningMessages
-
Method Details
-
getNumberOfCreatedRecords
long getNumberOfCreatedRecords()Returns the number of records that have been created. -
getNumberOfUpdatedRecords
long getNumberOfUpdatedRecords()Deprecated.Since 3.0.0, this method is no longer supported. -
getNumberOfDeletedRecords
long getNumberOfDeletedRecords()Returns the number of records that have been deleted.
-