Interface SQLConnectionFactory

    • Method Detail

      • connect

        void connect()
        Connects to the remote server.
      • getConnection

        Connection getConnection()
                          throws SQLException
        Retrieves connection to the connected remote server / file.
        Returns:
        connection
        Throws:
        SQLException - if something wrong occurs
      • close

        void close()
        Closes the connection factory, closing all the alive connections