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

A B C D E F G H I J L M N O P R S T U W


P

Parameter - class oracle.reports.plugin.definition.Parameter.
Report parameter object.
Parameter(RWDataItem, Report) - Constructor for class oracle.reports.plugin.definition.Parameter
Constructor NOTE: Plugin must never try to create any Reports objects itself.
Placeholder - class oracle.reports.plugin.definition.Placeholder.
Reports placeholder object
Placeholder(RWDataItem, Report) - Constructor for class oracle.reports.plugin.definition.Placeholder
Constructor NOTE: Plugin must never try to create any Reports objects by itself.
PLS - Static variable in class oracle.reports.plugin.utility.Trace
 
Plugin - interface oracle.reports.plugin.Plugin.
Base interface of Reports Plugin.
PluginCondition - class oracle.reports.plugin.PluginCondition.
Condition, like SQL's WHERE clause, expresses the restriction on data item values returned in the result set.
PluginCondition(int, int, Object) - Constructor for class oracle.reports.plugin.PluginCondition
Construct a plugin condition of given column, operator, and bind value.
PluginDataSource - interface oracle.reports.plugin.datasource.PluginDataSource.
Reports Plugin Data Source Interface allows application developers to write their own Java components to provide data from arbitrary sources to be used in the reports.
PluginDataSourceFactory - interface oracle.reports.plugin.datasource.PluginDataSourceFactory.
Factory of Plugin Data Source, which is used to create Plugin Data Source instance as well as to hold the shared or even static information or behavior of this type of Plugin Data Source.
PluginDataSourceFactoryTemplate - class oracle.reports.plugin.datasource.PluginDataSourceFactoryTemplate.
Factory class of Template Plug-in Data Source.
PluginDataSourceFactoryTemplate() - Constructor for class oracle.reports.plugin.datasource.PluginDataSourceFactoryTemplate
Constructor to set static information.
PluginDataSourceTemplate - class oracle.reports.plugin.datasource.PluginDataSourceTemplate.
Template Plug-in Data Source class.
PluginDataSourceTemplate() - Constructor for class oracle.reports.plugin.datasource.PluginDataSourceTemplate
 
PluginEditor - interface oracle.reports.plugin.PluginEditor.
Plugin Editor which provides the UI dialog for users to edit/modify a Plugin.
PluginEditorTemplate - class oracle.reports.plugin.PluginEditorTemplate.
Dummy dialog of Template Plug-in Data Source.
PluginEditorTemplate() - Constructor for class oracle.reports.plugin.PluginEditorTemplate
Constructs a new instance.
PluginException - exception oracle.reports.plugin.PluginException.
The exception class used in Plugin API to pass error information This class also defines the errors code which might be thrown by the API to Plugin upon errors.
PluginException(String, int, String) - Constructor for class oracle.reports.plugin.PluginException
Constructor
PluginFactory - interface oracle.reports.plugin.PluginFactory.
Plugin Factory is to create Plugin instances, hold static information, and provide shared functions of this type of Plugin.
PluginFactoryTemplate - class oracle.reports.plugin.PluginFactoryTemplate.
Base Factory class of Template Plug-in Data Source.
PluginFactoryTemplate() - Constructor for class oracle.reports.plugin.PluginFactoryTemplate
 
PluginResultSetMetaData - interface oracle.reports.plugin.PluginResultSetMetaData.
PluginResultSetMetaData defines extended result set meta data used by Reports Plugin Data Source.
PluginResultSetMetaDataTemplate - class oracle.reports.plugin.PluginResultSetMetaDataTemplate.
Template ResultSetMetaData class used by Template Plug-in Data Source.
PluginResultSetMetaDataTemplate() - Constructor for class oracle.reports.plugin.PluginResultSetMetaDataTemplate
Constructor.
PluginResultSetTemplate - class oracle.reports.plugin.PluginResultSetTemplate.
Template ResultSet class used by Template Plug-in Data Source.
PluginResultSetTemplate(PluginResultSetMetaDataTemplate) - Constructor for class oracle.reports.plugin.PluginResultSetTemplate
Constructor
PluginTypes - class oracle.reports.plugin.PluginTypes.
The class defines the extended type codes supported By Reports Plugin Data Source API but not defined in JDBC java.sql.Types.
PluginTypes() - Constructor for class oracle.reports.plugin.PluginTypes
 
previous() - Method in class oracle.reports.plugin.PluginResultSetTemplate
Not used by Plugin API, simply stub it.
PRF - Static variable in class oracle.reports.plugin.utility.Trace
 

Oracle Reports
Java API Reference

A B C D E F G H I J L M N O P R S T U W


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