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

Packages that use IPreparedQuery
org.eclipse.birt.data.engine.api This package contains the main public API classes and interfaces of the BIRT Data Engine (DtE). 
 

Uses of IPreparedQuery in org.eclipse.birt.data.engine.api
 

Methods in org.eclipse.birt.data.engine.api that return IPreparedQuery
 IPreparedQuery IQueryResults.getPreparedQuery()
          Returns the IPreparedQuery that produced this instance.
abstract  IPreparedQuery DataEngine.prepare(IQueryDefinition querySpec)
          Verifies the elements of a report query spec and provides a hint to the query to prepare and optimize an execution plan.
abstract  IPreparedQuery DataEngine.prepare(IQueryDefinition querySpec, java.util.Map appContext)
          Verifies the elements of a report query spec, and provides a hint and application context object(s) to the query to prepare and optimize an execution plan.
 



Copyright © 2008 Actuate Corp. All rights reserved.