Uses of Interface
io.helidon.dbclient.jdbc.JdbcConnectionPool
Packages that use JdbcConnectionPool
Package
Description
Hikari JDBC connection pool.
JDBC client for Helidon.
Service provider interface for Helidon Database Client JDBC.
-
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 classJdbcConnectionPool.BuilderBase<B extends JdbcConnectionPool.BuilderBase<B,T>, T extends JdbcConnectionPool> Base fluent API builder forJdbcConnectionPool.Subinterfaces of JdbcConnectionPool in io.helidon.dbclient.jdbcModifier and TypeInterfaceDescriptioninterfaceCloseableJdbcConnectionPool is an interface that represents a JDBC connection pool that can be closed.Methods in io.helidon.dbclient.jdbc that return JdbcConnectionPoolModifier and TypeMethodDescriptionstatic JdbcConnectionPoolCreate 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. -
Uses of JdbcConnectionPool in io.helidon.dbclient.jdbc.spi
Subinterfaces with type arguments of type JdbcConnectionPool in io.helidon.dbclient.jdbc.spiModifier and TypeInterfaceDescriptioninterfaceServiceLoaderprovider interface for JDBC connection pool.