|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IQueryResults | |
---|---|
org.eclipse.birt.data.engine.api | This package contains the main public API classes and interfaces of the BIRT Data Engine (DtE). |
Uses of IQueryResults in org.eclipse.birt.data.engine.api |
---|
Methods in org.eclipse.birt.data.engine.api that return IQueryResults | |
---|---|
IQueryResults |
IPreparedQuery.execute(IBaseQueryResults outerResults,
org.mozilla.javascript.Scriptable scope)
Executes the prepared execution plan as an inner query that appears within the scope of another query. |
IQueryResults |
IPreparedQuery.execute(IQueryResults outerResults,
org.mozilla.javascript.Scriptable queryScope)
Executes the prepared execution plan as an inner query that appears within the scope of another query. |
IQueryResults |
IPreparedQuery.execute(org.mozilla.javascript.Scriptable queryScope)
Executes the prepared execution plan. |
IQueryResults |
IResultIterator.getQueryResults()
Returns the IQueryResults
from which this result iterator is obtained. |
abstract IQueryResults |
DataEngine.getQueryResults(java.lang.String queryResultID)
If and only if current mode is DataEngineContext.MODE_PRESENTATION, query result can be retrieved from report document. |
Methods in org.eclipse.birt.data.engine.api with parameters of type IQueryResults | |
---|---|
IQueryResults |
IPreparedQuery.execute(IQueryResults outerResults,
org.mozilla.javascript.Scriptable queryScope)
Executes the prepared execution plan as an inner query that appears within the scope of another query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |