Package | Description |
---|---|
com.orchestranetworks.addon.dex.result |
Classes and interfaces to define a result when executing data import, export and transfer.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExportResult
Stores the results when exporting data from one table.
|
interface |
ImportResult
Stores data results when importing data into a table.
|
interface |
TransferResult
Stores data results when transferring data into a table.
|
Modifier and Type | Method and Description |
---|---|
Result |
ResultList.get(int index)
|
Modifier and Type | Method and Description |
---|---|
Iterator<Result> |
ResultList.getDataResults()
Returns an iterator over the elements in this list in proper sequence.
|
Iterator<? extends Result> |
DataExchangeResult.getResults()
Returns an iterator over
Result elements. |
Modifier and Type | Method and Description |
---|---|
void |
ResultList.add(Result dataResult)
Adds a
Result object to this ResultList . |