Name | Type | Description |
---|---|---|
String | Host of the Db2. | |
Integer | Port of the database. | |
String | Name of the database. | |
String | Username to use to access the database. | |
String | Password associated with the username. | |
JDBC URL Params | String | Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3). |
Encryption | Object | Encryption method to use when communicating with the database |