Interface CloseableJdbcConnectionPool

All Superinterfaces:
AutoCloseable, JdbcConnectionPool, NamedService

public interface CloseableJdbcConnectionPool extends JdbcConnectionPool, AutoCloseable
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: