Description
JDBC Data source configuration.
Usages
Configuration options
| Key | Kind | Type | Description |
|---|---|---|---|
auto-commit | VALUE | Boolean | Set the default auto-commit behavior of create connections |
catalog | VALUE | String | Set the default catalog name to be set on connections |
properties | MAP | String | Add properties (name/value pair) that will be used to configure the DataSource/Driver |
read-only | VALUE | Boolean | Whether the connection should be read only |
schema | VALUE | String | Set the default schema name to be set on connections |
transaction-isolation | VALUE | i.h.d.s.d.TransactionIsolation | Set the default transaction isolation level |
See the manifest for all available types.