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

Packages that use INamedObject
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 INamedObject in org.eclipse.birt.data.engine.api
 

Subinterfaces of INamedObject in org.eclipse.birt.data.engine.api
 interface IBaseQueryDefinition
          /** Represents attributes common to a data engine query and a subquery.
 interface IBaseQueryResults
          The new IBaseQueryResults is an interface which will be extends by IQueryResults and ICubeQueryResults interfaces.
 interface IDataQueryDefinition
          General interface for Query definition.
 interface IQueryDefinition
          Defines a data engine query: a set of data transforms that provides data for a list-like element in the report.
 interface IQueryResults
          A handle used to retrieve a data engine query's results.
 interface ISubqueryDefinition
          Provides definition of subquery: a supplemental use of rows returned by a data set or a group.
 

Uses of INamedObject in org.eclipse.birt.data.engine.api.querydefn
 

Classes in org.eclipse.birt.data.engine.api.querydefn that implement INamedObject
 class BaseQueryDefinition
          Default implementation of the IBaseQueryDefinition interface.
 class QueryDefinition
          Default implementation of the IQueryDefinition interface
 class SubqueryDefinition
          Default implementation of the ISubqueryDefinition interface.
 class SubqueryLocator
          A sub class of SubqueryDefinition.
 



Copyright © 2008 Actuate Corp. All rights reserved.