com.im.commons.db.datasource
Interface ClosableDataSource
- All Known Implementing Classes:
- BaseDataSource
public interface ClosableDataSource
A mixin interface for DataSources, which support forcible close. This interface
is to be implemented on DifDataSource implementations that can be closed as a whole.
|
Method Summary |
void |
close()
Will close all connections allocated by this DataSource. |
close
void close()
throws SQLException
- Will close all connections allocated by this DataSource.
- Throws:
SQLException