Interface ConnectionFactoryIF

All Known Implementing Classes:
DataSourceConnectionFactory

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

    Modifier and Type
    Method
    Description
    void
    INTERNAL: Closes the connection factory.
    INTERNAL: Requests a new connection object.
  • Method Details

    • requestConnection

      Connection requestConnection() throws SQLException
      INTERNAL: Requests a new connection object.
      Throws:
      SQLException
    • close

      void close()
      INTERNAL: Closes the connection factory.