The JadeRpsDataPumpIF interface provides the functionality required to filter and manipulate the output sent to the target relational database from RPS.
If you have a user-defined non-GUI data pump application, you can define a class that implements the JadeRpsDataPumpIF interface and its updateCallback method. The updateCallback method determines whether a row is to be propagated to the relational database table and enables you to manipulate the row data.
For details, see "
You can also filter output to the target relational database from RPS by using the
You can view the JadeRpsDataPumpIF interface and its constants and method in the Interface Browser of the RootSchema, as shown in the following image.
For details about implementing the JadeRpsDataPumpIF interface for a class selected in the Class Browser of a user schema, see "
For details about the JadeRpsDataPumpIF interface constants and method, see "JadeRpsDataPumpIF Interface Constants" and "JadeRpsDataPumpIF Interface Method Callback Signature", in the following subsections.