|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBaseDataSetDesign | |
---|---|
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 IBaseDataSetDesign in org.eclipse.birt.data.engine.api |
---|
Subinterfaces of IBaseDataSetDesign in org.eclipse.birt.data.engine.api | |
---|---|
interface |
IJointDataSetDesign
This interface describes the static design of a Joint Data Set. |
interface |
IOdaDataSetDesign
Describes the static design of a generic ODA (Open Data AccesS) Data Set. |
interface |
IScriptDataSetDesign
Describes the static design of a scripted Data Set. |
Methods in org.eclipse.birt.data.engine.api with parameters of type IBaseDataSetDesign | |
---|---|
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.defineDataSet(IBaseDataSetDesign dataSet)
Provides the definition of a data set 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 IBaseDataSetDesign in org.eclipse.birt.data.engine.api.querydefn |
---|
Classes in org.eclipse.birt.data.engine.api.querydefn that implement IBaseDataSetDesign | |
---|---|
class |
BaseDataSetDesign
Default implementation of IBaseDataSetDesign interface. |
class |
JointDataSetDesign
This is an implementation of IJointDataSetDesign |
class |
OdaDataSetDesign
Default implementation of the IOdaDataSetDesign interface. |
class |
ScriptDataSetDesign
Default implementation of IScriptDataSetDesign interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |