ImportResult
.public final class AdixImportResultBean extends Object
Constructor and Description |
---|
AdixImportResultBean()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getRowsDeleted()
Deprecated.
Returns the number of records that have been deleted in the table when the import mode is 'Replace all content'.
|
int |
getRowsInserted()
Deprecated.
Returns the number of records that have been inserted into the table.
|
int |
getRowsUnchanged()
Deprecated.
Returns the number of records that are unchanged in the table.
|
int |
getRowsUpdated()
Deprecated.
Returns the number of records that are updated in the table.
|
com.orchestranetworks.schema.SchemaNode |
getTableNode()
Deprecated.
Returns the schema node of the table into which data will imported.
|
int |
getTotalErrorRow()
Deprecated.
Returns the number of invalid records in the imported file.
|
int |
getTotalRow()
Deprecated.
Returns the total number of records in the imported file.
|
public int getRowsInserted()
public int getRowsUpdated()
public int getRowsDeleted()
public int getRowsUnchanged()
public int getTotalRow()
public int getTotalErrorRow()
public com.orchestranetworks.schema.SchemaNode getTableNode()