|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
Method Detail |
public java.lang.String getDatasetName()
public JRExpression getParametersMapExpression()
The result of this expression is used as the parameters map when instantiating the dataset.
public JRDatasetParameter[] getParameters()
public JRExpression getConnectionExpression()
The result of this expression is used as the DB connection when instantiating the dataset.
public 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 |