Class C3P0ConnectionPoolFactory.C3P0ConnectionPool

    • Constructor Detail

      • C3P0ConnectionPool

        public C3P0ConnectionPool​(com.mchange.v2.c3p0.PooledDataSource ds)
    • Method Detail

      • close

        public void close()
        Description copied from interface: ConnectionPool
        Method to call when closing the StoreManager down, and consequently to close the pool.
        Specified by:
        close in interface ConnectionPool