Module io.helidon.dbclient.jdbc
Package io.helidon.dbclient.jdbc
package io.helidon.dbclient.jdbc
JDBC client for Helidon.
-
ClassDescriptionCloseableJdbcConnectionPool is an interface that represents a JDBC connection pool that can be closed.Fluent API builder for
JdbcClientBuilder
that implements theDbClientBuilder
from Helidon DB API.Provider for JDBC database implementation.JDBC connection pool.JdbcConnectionPool.BuilderBase<B extends JdbcConnectionPool.BuilderBase<B,T>, T extends JdbcConnectionPool> Base fluent API builder forJdbcConnectionPool
.JDBC parameters setter configuration.Fluent API builder forJdbcParametersConfig
.JdbcParametersConfig.BuilderBase<BUILDER extends JdbcParametersConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends JdbcParametersConfig> Fluent API builder base forJdbcParametersConfig
.Generated implementation of the prototype, can be extended by descendant prototype implementations.JdbcStatement<S extends DbStatement<S>>JDBC statement base implementation.