Module io.helidon.dbclient.jdbc
Package io.helidon.dbclient.jdbc
Interface CloseableJdbcConnectionPool
- All Superinterfaces:
AutoCloseable,JdbcConnectionPool,NamedService
CloseableJdbcConnectionPool is an interface that represents a JDBC connection pool that can be closed.
It extends the JdbcConnectionPool interface and the AutoCloseable interface.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.dbclient.jdbc.JdbcConnectionPool
JdbcConnectionPool.BuilderBase<B extends JdbcConnectionPool.BuilderBase<B,T>, T extends JdbcConnectionPool> -
Field Summary
Fields inherited from interface io.helidon.dbclient.jdbc.JdbcConnectionPool
DEFAULT_DB_TYPE -
Method Summary
Methods inherited from interface java.lang.AutoCloseable
closeMethods inherited from interface io.helidon.dbclient.jdbc.JdbcConnectionPool
connection, dbType, name, type