Uses of Interface
org.eclipse.birt.data.engine.api.IQueryResults

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
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.
 IQueryResults IPreparedQuery.execute(org.mozilla.javascript.Scriptable queryScope)
          Executes the prepared execution plan.
 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 IResultIterator.getQueryResults()
          Returns the IQueryResults from which this result iterator is obtained.
 

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.
 



Copyright © 2005 Actuate Corp. All rights reserved.