public interface AddRecordCallback
DataSetConnector,
FieldDef| Modifier and Type | Method and Description |
|---|---|
Driver |
getEtlDriver()
Gets the driver.
|
void |
onAddRecord(DataSet dataSet,
Driver driver,
DataSetRecord record,
int index,
String crudAction,
String target)
Called when record is added to the data set.
|
void onAddRecord(DataSet dataSet, Driver driver, DataSetRecord record, int index, String crudAction, String target) throws Exception
dataSet - the data setdriver - the driverrecord - the recordindex - the indexcrudAction - the CRUD action (c/u/d)target - the targetException - in case of any errorDriver getEtlDriver()
Copyright © 2010-2020 Toolsverse. All Rights Reserved.