Uses of Interface
io.helidon.data.sql.common.ConnectionConfig
Packages that use ConnectionConfig
Package
Description
SQL specific support, use by all modules that interact with SQL databases.
Hikari
DataSource
support.JDBC
DataSource
support.UCP
DataSource
support.-
Uses of ConnectionConfig in io.helidon.data.sql.common
Classes in io.helidon.data.sql.common with type parameters of type ConnectionConfigModifier and TypeClassDescriptionstatic class
ConnectionConfig.BuilderBase<BUILDER extends ConnectionConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ConnectionConfig> Fluent API builder base forConnectionConfig
.Classes in io.helidon.data.sql.common that implement ConnectionConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.data.sql.common that return ConnectionConfigModifier and TypeMethodDescriptionConnectionConfig.Builder.build()
ConnectionConfig.Builder.buildPrototype()
static ConnectionConfig
ConnectionConfig.create()
Create a new instance with default values.static ConnectionConfig
Deprecated.static ConnectionConfig
Create a new instance from configuration.Methods in io.helidon.data.sql.common that return types with arguments of type ConnectionConfigModifier and TypeMethodDescriptionSqlConfig.BuilderBase.connection()
Configuration of a connection to a database.SqlConfig.BuilderBase.SqlConfigImpl.connection()
SqlConfig.connection()
Configuration of a connection to a database.Methods in io.helidon.data.sql.common with parameters of type ConnectionConfigModifier and TypeMethodDescriptionstatic ConnectionConfig.Builder
ConnectionConfig.builder
(ConnectionConfig instance) Create a new fluent API builder from an existing instance.SqlConfig.BuilderBase.connection
(ConnectionConfig connection) Configuration of a connection to a database.static SqlDriver
SqlDriver.create
(ConnectionConfig connectionConfig) Create a new driver instance from the Helidon data configuration.ConnectionConfig.BuilderBase.from
(ConnectionConfig prototype) Update this builder from an existing prototype instance. -
Uses of ConnectionConfig in io.helidon.data.sql.datasource.hikari
Subinterfaces of ConnectionConfig in io.helidon.data.sql.datasource.hikariModifier and TypeInterfaceDescriptioninterface
Hikari connection pool specific configuration forDataSource
.(package private) interface
io.helidon.data.sql.datasource.hikari.HikariDataSourceConfigBlueprint
Hikari connection pool specific configuration forDataSource
.Classes in io.helidon.data.sql.datasource.hikari that implement ConnectionConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ConnectionConfig in io.helidon.data.sql.datasource.jdbc
Subinterfaces of ConnectionConfig in io.helidon.data.sql.datasource.jdbcModifier and TypeInterfaceDescriptioninterface
JDBC Data source configuration.(package private) interface
io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfigBlueprint
JDBC Data source configuration.Classes in io.helidon.data.sql.datasource.jdbc that implement ConnectionConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ConnectionConfig in io.helidon.data.sql.datasource.ucp
Subinterfaces of ConnectionConfig in io.helidon.data.sql.datasource.ucpModifier and TypeInterfaceDescriptioninterface
UCP specific configuration forDataSource
.(package private) interface
io.helidon.data.sql.datasource.ucp.UcpDataSourceConfigBlueprint
UCP specific configuration forDataSource
.Classes in io.helidon.data.sql.datasource.ucp that implement ConnectionConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.
create(io.helidon.config.Config)