Class DataResult
java.lang.Object
com.orchestranetworks.addon.dataexchange.DataResult
Deprecated.
Stores data results and includes the number of created, deleted,
updated or invalid records. It also contains table schema node, error and
warning messages.
- Since:
- 2.0.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the error message set of this.int
Deprecated.Returns the number of created records.int
Deprecated.Returns the number of deleted records.int
Deprecated.Returns the number of invalid records.int
Deprecated.Returns the number of updated records.Deprecated.Returns the SQL table or view name of this value.com.orchestranetworks.schema.SchemaNode
Deprecated.Returns the table node of this value.int
Deprecated.Returns the total number of processed records.
-
Constructor Details
-
DataResult
public DataResult()Deprecated.
-
-
Method Details
-
getNumberCreatedRecord
public int getNumberCreatedRecord()Deprecated.Returns the number of created records. -
getNumberDeletedRecord
public int getNumberDeletedRecord()Deprecated.Returns the number of deleted records. -
getNumberUpdatedRecord
public int getNumberUpdatedRecord()Deprecated.Returns the number of updated records. -
getNumberInvalidRecord
public int getNumberInvalidRecord()Deprecated.Returns the number of invalid records. -
getErrorMessages
Deprecated.Returns the error message set of this. -
getTableNode
public com.orchestranetworks.schema.SchemaNode getTableNode()Deprecated.Returns the table node of this value. -
getSQLTableOrView
Deprecated.Returns the SQL table or view name of this value.- Since:
- 2.2.0
-
getTotalOfRecords
public int getTotalOfRecords()Deprecated.Returns the total number of processed records.
-
Result
.