net.simplace.processors.SQLResultToCsvProcessor

This Processor writes a sql-Result to a file on the Database. As format the fieldvalues are separated by ';'.
Parameter Description
db_conn JDBC connection parameter name, used for the communication to the database.
query URL for the given JDBC driver.
Default: jdbc:hsqldb:mem
fieldseperator (optional) Separator, ';' by default
filename name of file written
columnnames (optional) Should columnnames be added (default true)



public class SQLResultToCsvProcessor extends
net.simplace.util.pipeline.FWProcessor {
// Public Constructors
public SQLResultToCsvProcessor();


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




}



Hierarchy: java.lang.Object - net.simplace.util.pipeline.FWProcessor - SQLResultToCsvProcessor