|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IQueryDefinition | |
---|---|
org.eclipse.birt.data.engine.api | This package contains the main public API classes and interfaces of the BIRT Data Engine (DtE). |
org.eclipse.birt.data.engine.api.querydefn | This package is part of the Data Engine public API, and contains
default implementation of request interfaces in
org.eclipse.birt.data.engine.api . |
Uses of IQueryDefinition in org.eclipse.birt.data.engine.api |
---|
Methods in org.eclipse.birt.data.engine.api that return IQueryDefinition | |
---|---|
IQueryDefinition |
IPreparedQuery.getReportQueryDefn()
Returns the same IQueryDefinition
used to prepare this instance, without any changes. |
Methods in org.eclipse.birt.data.engine.api with parameters of type IQueryDefinition | |
---|---|
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. |
Uses of IQueryDefinition in org.eclipse.birt.data.engine.api.querydefn |
---|
Classes in org.eclipse.birt.data.engine.api.querydefn that implement IQueryDefinition | |
---|---|
class |
QueryDefinition
Default implementation of the IQueryDefinition interface |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |