Class SeRQLQueryRenderer

    • Field Detail

      • SERQL_ONE_X_COMPATIBILITY_MODE

        public static final boolean SERQL_ONE_X_COMPATIBILITY_MODE
        See Also:
        Constant Field Values
    • Constructor Detail

      • SeRQLQueryRenderer

        public SeRQLQueryRenderer()
    • Method Detail

      • render

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