Skip to content

io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig

Description

JDBC Data source configuration

Configuration options

KeyTypeDescription
schemaStringSet the default schema name to be set on connections
auto-commitBooleanSet the default auto-commit behavior of create connections
catalogStringSet the default catalog name to be set on connections
read-onlyBooleanWhether the connection should be read only
transaction-isolationTransactionIsolationSet the default transaction isolation level
propertiesMap<String, String>Add properties (name/value pair) that will be used to configure the DataSource/Driver

Usages


See the manifest for all available types.