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