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- | Boolean | Set the default auto-commit behavior of create connections |
catalog | String | Set the default catalog name to be set on connections |
read- | Boolean | Whether the connection should be read only |
transaction- | Transaction | Set the default transaction isolation level |
properties | Map< | Add properties (name/value pair) that will be used to configure the DataSource/Driver |
Usages
See the manifest for all available types.