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

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

Subinterfaces of IBaseDataSourceDesign in org.eclipse.birt.data.engine.api
 interface IOdaDataSourceDesign
          Describes the static design of an ODA (Open Data Access) Data Source.
 interface IScriptDataSourceDesign
          Describes the static design of a scripted Data Source.
 

Methods in org.eclipse.birt.data.engine.api with parameters of type IBaseDataSourceDesign
abstract  void DataEngine.clearCache(IBaseDataSourceDesign dataSource, IBaseDataSetDesign dataSet)
          If user wants to use the latest data from data set rather than local cache, user needs to call this clearCache method to delete the cache content from update local environment.
abstract  void DataEngine.defineDataSource(IBaseDataSourceDesign dataSource)
          Provides the definition of a data source to Data Engine.
abstract  IResultMetaData DataEngine.getCachedDataSetMetaData(IBaseDataSourceDesign dataSource, IBaseDataSetDesign dataSet)
          This method will return NULL if the named data set is not cached.
 

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

Classes in org.eclipse.birt.data.engine.api.querydefn that implement IBaseDataSourceDesign
 class BaseDataSourceDesign
          Default implementation of IBaseDataSourceDesign interface.
 class OdaDataSourceDesign
          Default implementation of the IOdaDataSourceDesign interface.
 class ScriptDataSourceDesign
          Default implementation of IScriptDataSourceDesign interface.
 



Copyright © 2008 Actuate Corp. All rights reserved.