|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JRDatasetRun
Interface of an sub dataset instantiation.
JRDataset
,
JRElementDataset.getDatasetRun()
Method Summary | |
---|---|
JRExpression |
getConnectionExpression()
Returns the DB connection expression. |
java.lang.String |
getDatasetName()
Returns the sub dataset name. |
JRExpression |
getDataSourceExpression()
Returns the data source expression. |
JRDatasetParameter[] |
getParameters()
Returns the list of parameter values. |
JRExpression |
getParametersMapExpression()
Returns the parameters map expression. |
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable |
---|
clone |
Method Detail |
---|
java.lang.String getDatasetName()
JRExpression getParametersMapExpression()
The result of this expression is used as the parameters map when instantiating the dataset.
JRDatasetParameter[] getParameters()
JRExpression getConnectionExpression()
The result of this expression is used as the DB connection when instantiating the dataset.
JRExpression getDataSourceExpression()
The result of this expression is used as the data source when instantiating the dataset.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |