Oracle8i JPublisher User's Guide Release 2 (8.1.6) Part Number A81357-01 |
|
This user's guide describes the JPublisher utility, which translates user-defined object types and PL/SQL packages to Java classes. SQLJ and JDBC programmers who need to have Java classes in their applications that correspond to object types, VARRAY
types, nested table types, REF
types, or PL/SQL packages use the JPublisher utility.
This preface has the following sections:
This manual assumes that you are an experienced programmer and understand Oracle databases and the SQL, SQLJ, and Java programming languages. It also assumes that you understand the principles of JDBC.
This manual contains two chapters:
This manual contains references to the following Oracle publications:
This book describes Oracle's implementation of the JDBC standard and the Oracle JDBC server-side and client-side drivers. The Oracle extensions provide mappings from SQL datatypes to Java classes and offer significant advantages in manipulating SQL data. The extensions also support the use of structured objects in the database.
This book explains the use of SQLJ to embed static SQL operations directly into Java code. It describes both standard SQLJ features and Oracle-specific SQLJ features.
This book covers Java stored procedures, which open the Oracle RDBMS to all Java programmers. With stored procedures (functions, procedures, database triggers, and SQL methods), Java developers can implement business logic at the server level, and thereby improve application performance, scalability, and security.
This manual discusses the Oracle extensions to the JavaBeans and CORBA specifications.
This reference book contains a complete description of the content and syntax of the Structured Query Language (SQL) used to manage information in an Oracle database.
PL/SQL is Oracle's procedural extension to SQL. An advanced fourth-generation programming language (4GL), PL/SQL offers seamless SQL access, tight integration with the Oracle server and tools, portability, security, and modern software engineering features such as data encapsulation, overloading, exception handling, and information hiding. This guide explains all the concepts behind PL/SQL and illustrates every facet of the language.
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.
In examples, an implied carriage return occurs at the end of each line, unless otherwise noted. You must press the Return key at the end of a line of input.
Additionally, this manual uses the following conventions.
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|