Generic - RDBMS Adapter (HSQLDB)

Description - A generic for connecting to HSQLDB (Hyper SQL Database).


Parameter Groups

 ParameterTypeDescription
*Type:stringThe method of running the HSQL database.

Select from one of the following options:
  • Standalone
  • Server
  • Web Server
  • In-Memory
* - denotes required
 ParameterTypeDescription
*User ID:stringUser ID that can access the database
Password:stringPassword associated with the specified user ID.
* - denotes required
 ParameterTypeDescription
Node Maximum:integerMaximum number of nodes to retrieve.
* - denotes required
 ParameterTypeDescription
Database File Path:stringThe full path to the database file.
* - denotes required
 ParameterTypeDescription
Host:stringThe name of the machine on which the database is running.
Port:stringThe port number on which the database is listening.
Server Name:stringName of the database server.
* - denotes required
 ParameterTypeDescription
URL:stringAllows you to specify optional settings for the JDBC URL.
* - denotes required