Uses of Interface
io.helidon.dbclient.jdbc.JdbcConnectionPool
Packages that use JdbcConnectionPool
Package
Description
Hikari JDBC connection pool.
JDBC client for Helidon.
-
Uses of JdbcConnectionPool in io.helidon.dbclient.hikari
Methods in io.helidon.dbclient.hikari that return JdbcConnectionPoolModifier and TypeMethodDescription -
Uses of JdbcConnectionPool in io.helidon.dbclient.jdbc
Classes in io.helidon.dbclient.jdbc with type parameters of type JdbcConnectionPoolModifier and TypeClassDescriptionstatic class
JdbcConnectionPool.BuilderBase<B extends JdbcConnectionPool.BuilderBase<B,
T>, T extends JdbcConnectionPool> Base fluent API builder forJdbcConnectionPool
.Subinterfaces of JdbcConnectionPool in io.helidon.dbclient.jdbcModifier and TypeInterfaceDescriptioninterface
CloseableJdbcConnectionPool is an interface that represents a JDBC connection pool that can be closed.Methods in io.helidon.dbclient.jdbc that return JdbcConnectionPoolModifier and TypeMethodDescriptionstatic JdbcConnectionPool
Create a JDBC connection pool from provided configuration.Methods in io.helidon.dbclient.jdbc with parameters of type JdbcConnectionPoolModifier and TypeMethodDescriptionJdbcClientBuilder.connectionPool
(JdbcConnectionPool connectionPool) Configure a connection pool.