Package net.java.ao
Interface DisposableDataSource
- All Superinterfaces:
CommonDataSource
,DataSource
,Disposable
,Wrapper
This is a simple data source with one more method
Disposable.dispose()
to clean up any resources associated with this
data source
.-
Method Summary
Methods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilder, getParentLogger
Methods inherited from interface javax.sql.DataSource
createConnectionBuilder, getConnection, getConnection, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
Methods inherited from interface net.java.ao.Disposable
dispose
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap