Interface QueryRenderer

    • Method Detail

      • getLanguage

        QueryLanguage getLanguage()
        Return the language this QueryRenderer will render queries in.
        Returns:
        the query language
      • render

        String render​(ParsedQuery theQuery)
               throws Exception
        Render the query object to a string in the language supported by this renderer
        Parameters:
        theQuery - the query to render
        Returns:
        the rendered query
        Throws:
        Exception - if there is an error while rendering