Uses of Class
org.eclipse.birt.report.model.api.DataSourceHandle

Packages that use DataSourceHandle
org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.")  
 

Uses of DataSourceHandle in org.eclipse.birt.report.model.api
 

Subclasses of DataSourceHandle in org.eclipse.birt.report.model.api
 class OdaDataSourceHandle
          Represents a extended data source.
 class ScriptDataSourceHandle
          Represents a script data source.
 

Methods in org.eclipse.birt.report.model.api that return DataSourceHandle
 DataSourceHandle ModuleHandle.findDataSource(java.lang.String name)
          Finds a data source by name in this module and the included modules.
 DataSourceHandle DataSetHandle.getDataSource()
          Returns a handle to the data source for this data set.
 

Methods in org.eclipse.birt.report.model.api with parameters of type DataSourceHandle
protected  void DesignVisitor.visitDataSource(DataSourceHandle obj)
          Visits the data source element.
 



Copyright © 2005 Actuate Corp. All rights reserved.