public class JRBaseQueryChunk extends Object implements JRQueryChunk, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
text |
protected String[] |
tokens |
protected Character |
tokenSeparator |
protected byte |
type |
PROPERTY_CHUNK_TOKEN_SEPARATOR, TYPE_CLAUSE_TOKENS, TYPE_PARAMETER, TYPE_PARAMETER_CLAUSE, TYPE_TEXT
Modifier | Constructor and Description |
---|---|
protected |
JRBaseQueryChunk() |
protected |
JRBaseQueryChunk(JRQueryChunk queryChunk,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
String |
getText() |
String[] |
getTokens()
Returns the chunk tokens for
clause chunks. |
Character |
getTokenSeparator()
Returns the chunk tokens separator character for
clause chunks. |
byte |
getType() |
protected byte type
protected String text
protected String[] tokens
protected Character tokenSeparator
protected JRBaseQueryChunk()
protected JRBaseQueryChunk(JRQueryChunk queryChunk, JRBaseObjectFactory factory)
public byte getType()
getType
in interface JRQueryChunk
public String getText()
getText
in interface JRQueryChunk
public String[] getTokens()
JRQueryChunk
clause
chunks.getTokens
in interface JRQueryChunk
public Character getTokenSeparator()
JRQueryChunk
clause
chunks.getTokenSeparator
in interface JRQueryChunk
public Object clone()
clone
in interface JRCloneable
clone
in class Object
Copyright © 2023 Cloud Software Group, Inc.. All rights reserved.