Interface JRQueryChunkHandler

    • Method Detail

      • handleTextChunk

        void handleTextChunk​(java.lang.String text)
        Handle a plain text query chunk.
        Parameters:
        text - the text
      • handleParameterChunk

        void handleParameterChunk​(java.lang.String text)
        Handle a parameter chunk ($P{..}).
        Parameters:
        text - the chunk text, i.e. the parameter name
      • handleParameterClauseChunk

        void handleParameterClauseChunk​(java.lang.String text)
        Handle a parameter clause chunk ($P!{..}).
        Parameters:
        text - the chunk text, i.e. the parameter name
      • handleClauseChunk

        void handleClauseChunk​(java.lang.String[] tokens,
                               char tokenSeparator)
        Handle a clause chunk ($X{..}).
        Parameters:
        tokens - the chunk tokens
        tokenSeparator - the token separator character