Skip Headers

Oracle9i JPublisher User's Guide
Release 1 (9.0.1)

Part Number A90214-01
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Go to previous page Go to next page


Preface

This user's guide describes the Oracle JPublisher utility, which translates user-defined SQL object types and PL/SQL packages to Java classes. SQLJ and JDBC programmers who need to have Java classes in their applications to correspond to object types, VARRAY types, nested table types, object reference types, or PL/SQL packages can use the JPublisher utility.

Intended Audience

This manual assumes that you are an experienced Java programmer with knowledge of Oracle databases, SQL, PL/SQL, JDBC, and SQLJ.

Structure

This manual contains the following chapters:

Related Documents

See the following additional documents available from the Oracle Java Platform group:

The following documents from the Oracle Server Technologies group also contain information of interest and are referred to.

Information about JDBC is also available at the following Sun Microsystems Web site:

http://java.sun.com/products/jdk/1.2/docs/guide/jdbc/

In particular, refer to the following Sun Microsystems specifications:

Conventions

This book uses Solaris syntax. However, file names and directory names for Windows NT are the same, unless otherwise noted.

The term [ORACLE_HOME] indicates the full path of the Oracle home directory.

Additionally, this manual uses the following conventions.

Convention  Meaning 

italicized regular text 

Italicized regular text is used for emphasis or to indicate a term that is being defined or will be defined shortly. 

. . .  

Horizontal ellipsis points in sample code indicate the omission of a statement or statements or part of a statement. This is done when you would normally expect additional statements or code to appear, but such statements or code would not be related to the example. 

code text 

Code text within regular text indicates class names, object names, method names, variable names, Java types, Oracle datatypes, file names, and directory names. 

italicized_code_text 

Italicized code text in a program statement indicates something that must be provided by the user. 

<italicized_code_text >  

Angle brackets enclosing italicized code text in a program statement indicates something that can optionally be provided by the user. 

For more information, see "Notational Conventions".

Documentation Accessibility

Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at:

http://www.oracle.com/accessibility/

JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.


Go to previous page Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index