Interface IQuery

    • Method Detail

      • execute

        IResult execute​(IProgressListener listener)
                 throws Exception
        The execute method is called after all arguments have been injected into the query instance. Typical results are TextResult, CompositeResult, SectionSpec etc.
        Parameters:
        listener - Monitor to report progress and check for cancellation.
        Returns:
        The result of the query.
        Throws:
        Exception - if something went wrong running the query