Interface PoolingDataSource
- All Superinterfaces:
AutoCloseable, CommonDataSource, DataSource, Wrapper
- All Known Implementing Classes:
ManagedPoolingDataSource, UnmanagedPoolingDataSource
A
DataSource that pools connections and requires to be explicitly
closed.- Since:
- 4.0
-
Method Summary
Methods inherited from interface AutoCloseable
closeMethods inherited from interface CommonDataSource
createShardingKeyBuilder, getParentLoggerMethods inherited from interface DataSource
createConnectionBuilder, getConnection, getConnection, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriterMethods inherited from interface Wrapper
isWrapperFor, unwrap