net.sf.jasperreports.engine
Interface JRQueryChunk

All Superinterfaces:
java.lang.Cloneable, JRCloneable
All Known Implementing Classes:
JRBaseQueryChunk, JRDesignQueryChunk

public interface JRQueryChunk
extends JRCloneable

Version:
$Id: JRQueryChunk.java 1954 2007-11-13 12:55:16Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
static byte TYPE_CLAUSE_TOKENS
          A $X{..} query clause containing one or several comma-separated tokens.
static byte TYPE_PARAMETER
           
static byte TYPE_PARAMETER_CLAUSE
           
static byte TYPE_TEXT
           
 
Method Summary
 java.lang.String getText()
           
 java.lang.String[] getTokens()
          Returns the chunk tokens for clause chunks.
 byte getType()
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Field Detail

TYPE_TEXT

static final byte TYPE_TEXT
See Also:
Constant Field Values

TYPE_PARAMETER

static final byte TYPE_PARAMETER
See Also:
Constant Field Values

TYPE_PARAMETER_CLAUSE

static final byte TYPE_PARAMETER_CLAUSE
See Also:
Constant Field Values

TYPE_CLAUSE_TOKENS

static final byte TYPE_CLAUSE_TOKENS
A $X{..} query clause containing one or several comma-separated tokens.

The clause will be processed by the query executer. The default implementation treats the first token as a function ID and delegates the processing to a function registered for the ID.

See Also:
getTokens(), Constant Field Values
Method Detail

getType

byte getType()

getText

java.lang.String getText()

getTokens

java.lang.String[] getTokens()
Returns the chunk tokens for clause chunks.

Returns:
the chunk tokens


© 2001-2006 JasperSoft Corporation www.jaspersoft.com