CreateDBConnectionProcessor

de.isdss.util.CreateDBConnectionProcessor

Top  Previous  Next

Parameter

class = de.isdss.util.processors.CreateDBConnectionProcessor

 

This processor is based on jdbc and creates a connectionpool with the singleton connection pool manager

 

Required input parameters:

 

Parameter

Description

driver

(optional) JDBC driver used for the communication to the database.

Default: org.hsqldb.jdbcDriver

url        

URL for the given JDBC driver.

Default: jdbc:hsqldb:mem

resultParamKey

Output parameter key where the connection is stored in

username

(optional) Username of database

password        

optional) Password of database

       

       

 

CreateDBConnectionProcessor