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 |
password | String | Password for the database connection |
catalog | String | Set the default catalog name to be set on connections |
jdbc- | String | Fully qualified name of the JDBC driver class |
read- | Boolean | Whether the connection should be read only |
transaction- | Transaction | Set the default transaction isolation level |
url | String | JDBC connection URL |
properties | Map< | Add properties (name/value pair) that will be used to configure the DataSource/Driver |
username | String | Username for the database connection |
Usages
See the manifest for all available types.