Interface ManageableDataSource

    • Method Detail

      • 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