net.simplace.pipe.processors.ListToDatabaseTableProcessor

This processor transforms data from an ASCII file into the database. It works in similar way as DatasetLoaderProcessor.
Parameter Description
db_conn Connection used for the communication to the database.
jdbc.deletetable (optional) Can be set to TRUE if table should be emptied before
tablename Name of table to put data in
source source parameter
Furthermore following configuration is expected (as a subelement in processor element in the configuration file) to describe the concrete data, that shall be read. The meaning of all elements and their attributes are the same as in DatasetLoaderProcessor. Added <sqlType> elements represent SQL type of appropriate field which is used for definition of the database table holding the data.


public class ListToDatabaseTableProcessor extends
net.simplace.pipe.control.FWProcessor {
// Public Constructors
public ListToDatabaseTableProcessor();


// Public Instance Methods
public boolean checkInParameterMap(); // Defines
net.simplace.pipe.control.FWProcessor


Checks whether the in-channel contains all required parameters.

// Protected Instance Methods
protected boolean process() throws PipeLineException; // Defines
net.simplace.pipe.control.FWProcessor




}



Hierarchy: java.lang.Object - net.simplace.pipe.control.FWProcessor - ListToDatabaseTableProcessor