jdbc
This type provides the following service implementations:
-
io.helidon.data.sql.datasource.spi.DataSourceConfigProvider
Configuration options
| key | type | default value | description |
|---|---|---|---|
|
boolean |
|
Set the default auto-commit behavior of create connections. |
|
string |
|
Set the default catalog name to be set on connections. |
|
Map<string, string> |
|
Add properties (name/value pair) that will be used to configure the DataSource/Driver. Property values are limited to String values. |
|
boolean |
|
Whether the connection should be read only. |
|
string |
|
Set the default schema name to be set on connections. |
|
TransactionIsolation (TRANSACTION_READ_UNCOMMITTED, TRANSACTION_READ_COMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE) |
|
Set the default transaction isolation level. |