Interface JRQueryChunkHandler


public interface JRQueryChunkHandler
A query chunk handler.
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
  • Method Details

    • handleTextChunk

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

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

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

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