io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig
Description
JDBC Data source configuration
Configuration options
| Key | Type | Description |
|---|---|---|
schema | String | Set the default schema name to be set on connections |
auto-commit | Boolean | Set the default auto-commit behavior of create connections |
catalog | String | Set the default catalog name to be set on connections |
read-only | Boolean | Whether the connection should be read only |
transaction-isolation | TransactionIsolation | Set the default transaction isolation level |
properties | Map<String, String> | Add properties (name/value pair) that will be used to configure the DataSource/Driver |
Usages
See the manifest for all available types.