|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
org.eclipse.birt.data.engine.api.IQueryResults |
executeDataSet(java.lang.String dataSetName,
int maxRows,
java.util.HashMap bindings)
using the binding parameters to execute the data set. |
Methods inherited from interface org.eclipse.birt.report.engine.api.IEngineTask |
addScriptableJavaObject, close, getAppContext, getEngine, getID, getLocale, getParameterValue, getParameterValues, getReportRunnable, setAppContext, setLocale, setParameterValue, setParameterValues, validateParameters |
Method Detail |
public org.eclipse.birt.data.engine.api.IQueryResults executeDataSet(java.lang.String dataSetName, int maxRows, java.util.HashMap bindings)
dataSetName
- dataSet to be executed.maxRows
- the max rows in the return results.bindings
- parameter bindings, each bind contains two strings one for the
parameter value, one for the value expressions. (Not the value
object).
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |