Oracle Reports
Java API Reference
10g (9.0.4)
B12019-01

Uses of Interface
oracle.reports.plugin.PluginResultSetMetaData

Packages that use PluginResultSetMetaData
oracle.reports.plugin Provides the API of the generic Reports Plugin component. 
oracle.reports.plugin.datasource Provides the API of the Reports Plugin Data Source, which is a subclass of the generic Reports Plugin component. 

 

Uses of PluginResultSetMetaData in oracle.reports.plugin

 

Classes in oracle.reports.plugin that implement PluginResultSetMetaData
 class PluginResultSetMetaDataTemplate
          Template ResultSetMetaData class used by the Template Plugin Data Source.

 

Uses of PluginResultSetMetaData in oracle.reports.plugin.datasource

 

Fields in oracle.reports.plugin.datasource declared as PluginResultSetMetaData
protected  PluginResultSetMetaData PluginDataSourceTemplate.mMetaData
           

 

Methods in oracle.reports.plugin.datasource that return PluginResultSetMetaData
 PluginResultSetMetaData PluginDataSourceTemplate.describe()
          Returns static meta-data of the Template Plugin Data Source.
 PluginResultSetMetaData PluginDataSource.describe()
          Returns the result set meta information of the data source.

 


Oracle Reports
Java API Reference

Copyright © 2003 Oracle Corporation. All Rights Reserved.