Interface ConnectionFactoryIF

  • All Known Implementing Classes:
    DataSourceConnectionFactory

    public interface ConnectionFactoryIF
    INTERNAL: An interface for creating/requesting new JDBC connection object.
    • Method Detail

      • close

        void close()
        INTERNAL: Closes the connection factory.