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 JdbcConnectionPool
JdbcConnectionPool.BuilderBase<B,T> Modifier and TypeInterfaceDescriptionstatic classJdbcConnectionPool.BuilderBase<B extends JdbcConnectionPool.BuilderBase<B,T>, T extends JdbcConnectionPool> Base fluent API builder forJdbcConnectionPool. -
Field Summary
Fields inherited from interface JdbcConnectionPool
DEFAULT_DB_TYPEModifier and TypeFieldDescriptionstatic final StringDefault JDBC connection poolJdbcConnectionPool.dbType()value. -
Method Summary
Methods inherited from interface AutoCloseable
closeMethods inherited from interface JdbcConnectionPool
connection, dbType, name, typeModifier and TypeMethodDescriptionReturn a connection from the pool.default StringdbType()The type of this database.default Stringname()Name of this implementation, as provided inConfiguredProvider.create(Config, String).default Stringtype()Type of this implementation, to distinguish instances of same type, with differentNamedService.name().