Interface ConnectionFactory

    • Method Detail

      • initializeFactory

        void initializeFactory()
                        throws MappingException
        Initialize the concrete factory.
        Throws:
        MappingException - If concrete factory could not be initialized.
      • createConnection

        java.sql.Connection createConnection()
                                      throws java.sql.SQLException
        Creates a new JDBC Connection instance.
        Returns:
        A JDBC Connection.
        Throws:
        java.sql.SQLException - If the JDBC connection cannot be created.