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
passwordStringPassword for the database connection
catalogStringSet the default catalog name to be set on connections
jdbc-driver-class-nameStringFully qualified name of the JDBC driver class
read-onlyBooleanWhether the connection should be read only
transaction-isolationTransactionIsolationSet the default transaction isolation level
urlStringJDBC connection URL
propertiesMap<String, String>Add properties (name/value pair) that will be used to configure the DataSource/Driver
usernameStringUsername for the database connection

Usages


See the manifest for all available types.

Copyright © 2018, 2026 Oracle and/or its affiliates.