Interface ManageableDataSource

All Superinterfaces:
AutoCloseable, CommonDataSource, DataSource, Wrapper
All Known Implementing Classes:
AbstractManageableDataSource, DBCPDataSource, DuckdbDataSource

public interface ManageableDataSource extends DataSource, AutoCloseable
  • Method Details

    • close

      void close() throws SQLException
      Closes up the datasource, frees all of its resources. No other connection can be gathered from this DataSource once close() has been called
      Specified by:
      close in interface AutoCloseable
      Throws:
      SQLException