|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |