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 classConnectionConfig.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 classGenerated 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 ConnectionConfigConnectionConfig.create()Create a new instance with default values.static ConnectionConfigDeprecated.static ConnectionConfigCreate 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.BuilderConnectionConfig.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 SqlDriverSqlDriver.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 TypeInterfaceDescriptioninterfaceHikari connection pool specific configuration forDataSource.(package private) interfaceio.helidon.data.sql.datasource.hikari.HikariDataSourceConfigBlueprintHikari connection pool specific configuration forDataSource.Classes in io.helidon.data.sql.datasource.hikari that implement ConnectionConfigModifier and TypeClassDescriptionprotected static classGenerated 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 TypeInterfaceDescriptioninterfaceJDBC Data source configuration.(package private) interfaceio.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfigBlueprintJDBC Data source configuration.Classes in io.helidon.data.sql.datasource.jdbc that implement ConnectionConfigModifier and TypeClassDescriptionprotected static classGenerated 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 TypeInterfaceDescriptioninterfaceUCP specific configuration forDataSource.(package private) interfaceio.helidon.data.sql.datasource.ucp.UcpDataSourceConfigBlueprintUCP specific configuration forDataSource.Classes in io.helidon.data.sql.datasource.ucp that implement ConnectionConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.
create(io.helidon.config.Config)