Oracle Reports
Java API Reference
11g Release 1 (11.1.1)
E10775-01
A B C D E F G H I J L M N O P R S T U W

P

Parameter - Class in oracle.reports.plugin.definition
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 in oracle.reports.plugin.definition
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 in oracle.reports.plugin
Base interface of Reports Plugin.
PluginCondition - Class in oracle.reports.plugin
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 in oracle.reports.plugin.datasource
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 in oracle.reports.plugin.datasource
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 in oracle.reports.plugin.datasource
Factory class of Template Plug-in Data Source.
PluginDataSourceFactoryTemplate() - Constructor for class oracle.reports.plugin.datasource.PluginDataSourceFactoryTemplate
Constructor to set static information.
PluginDataSourceTemplate - Class in oracle.reports.plugin.datasource
Template Plug-in Data Source class.
PluginDataSourceTemplate() - Constructor for class oracle.reports.plugin.datasource.PluginDataSourceTemplate
 
PluginEditor - Interface in oracle.reports.plugin
Plugin Editor which provides the UI dialog for users to edit/modify a Plugin.
PluginEditorTemplate - Class in oracle.reports.plugin
Dummy dialog of Template Plug-in Data Source.
PluginEditorTemplate() - Constructor for class oracle.reports.plugin.PluginEditorTemplate
Constructs a new instance.
PluginException - Exception in oracle.reports.plugin
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 exception oracle.reports.plugin.PluginException
Constructor
PluginFactory - Interface in oracle.reports.plugin
Plugin Factory is to create Plugin instances, hold static information, and provide shared functions of this type of Plugin.
PluginFactoryTemplate - Class in oracle.reports.plugin
Base Factory class of Template Plug-in Data Source.
PluginFactoryTemplate() - Constructor for class oracle.reports.plugin.PluginFactoryTemplate
 
PluginResultSetMetaData - Interface in oracle.reports.plugin
PluginResultSetMetaData defines extended result set meta data used by Reports Plugin Data Source.
PluginResultSetMetaDataTemplate - Class in oracle.reports.plugin
Template ResultSetMetaData class used by Template Plug-in Data Source.
PluginResultSetMetaDataTemplate() - Constructor for class oracle.reports.plugin.PluginResultSetMetaDataTemplate
Constructor.
PluginResultSetTemplate - Class in oracle.reports.plugin
Template ResultSet class used by Template Plug-in Data Source.
PluginResultSetTemplate(PluginResultSetMetaDataTemplate) - Constructor for class oracle.reports.plugin.PluginResultSetTemplate
Constructor
PluginTypes - Class in oracle.reports.plugin
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, 2009 Oracle Corporation. All Rights Reserved.