Interface ExportResult
- All Superinterfaces:
Result
Stores the results when exporting data from one table.
- Since:
- 2.3.0
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the number of records that have been exported.Methods inherited from interface com.orchestranetworks.addon.dex.result.Result
getErrorMessages, getNumberOfInvalidRecords, getNumberOfProcessedRecords, getSourceTable, getTargetTable, getWarningMessages
-
Method Details
-
getNumberOfExportedRecords
long getNumberOfExportedRecords()Returns the number of records that have been exported.
-