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 |