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)
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
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