public class JRBaseQuery extends Object implements JRQuery, Serializable
Modifier | Constructor and Description |
---|---|
protected |
JRBaseQuery() |
protected |
JRBaseQuery(JRQuery query,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
JRQueryChunk[] |
getChunks() |
String |
getLanguage()
Returns the query language.
|
String |
getText()
Returns the query string.
|
protected String language
protected JRBaseQuery()
protected JRBaseQuery(JRQuery query, JRBaseObjectFactory factory)
public JRQueryChunk[] getChunks()
public String getText()
JRQuery
public String getLanguage()
JRQuery
QueryExecuterFactory
is used to create
a JRQueryExecuter
instance. The query executer
is responsible for executing the query and creating a JRDataSource
from the result.getLanguage
in interface JRQuery
public Object clone()
clone
in interface JRCloneable
clone
in class Object
Copyright © 2017. All rights reserved.