Oracle Reports
Java API Reference
10g Release 2 (10.1.2)
B14049-01

Uses of Class
oracle.reports.plugin.definition.DataSource

Packages that use DataSource
oracle.reports.plugin.datasource   
oracle.reports.plugin.definition   

 

Uses of DataSource in oracle.reports.plugin.datasource

 

Fields in oracle.reports.plugin.datasource declared as DataSource
protected  DataSource PluginDataSourceTemplate.mDataSource
           

 

Methods in oracle.reports.plugin.datasource that return DataSource
 DataSource PluginDataSourceTemplate.getDataSource()
          Gets the hosting Reports data source object of the Plugin.

 

Methods in oracle.reports.plugin.datasource with parameters of type DataSource
 void PluginDataSourceTemplate.setDataSource(DataSource datasource)
          Sets the Reports hosting data source object of the plugin
 void PluginDataSource.setDataSource(DataSource datasource)
          Set the hosting Reports data source object of this Plugin Data Source.

 

Uses of DataSource in oracle.reports.plugin.definition

 

Methods in oracle.reports.plugin.definition that return DataSource
 DataSource[] Report.getDataSources()
          Returns data sources in this report.
 DataSource Group.getDataSource()
          Returns the data source of this group

 


Oracle Reports
Java API Reference

Copyright © 1994, 2005 Oracle Corporation. All Rights Reserved.