Oracle8i JDBC Developer's Guide and Reference
Release 3 (8.1.7)

Part Number A83724-01

Library

Solution Area

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Introduction to Oracle Extensions

Oracle provides two implementations of its JDBC drivers--one that supports Sun Microsystems JDK 1.2.x and complies with the Sun JDBC 2.0 standard, and one that supports JDK 1.1.x and complies with the Sun JDBC 1.22 standard.

Beyond standard features, Oracle JDBC drivers provide Oracle-specific type extensions and performance extensions.


Note:

The JDBC OCI, Thin, and server-side internal drivers support the same functionality and all the Oracle extensions.  


Both implementations include the following Java packages:

In addition to these packages, the implementation for JDK 1.1.x includes the following Java package. This package supports some JDBC 2.0 features by providing interfaces that mimic the JDBC 2.0 interfaces in the standard java.sql package:

(For example, oracle.jdbc2.Struct mimics java.sql.Struct, which exists in JDK 1.2.)

"Oracle JDBC Packages and Classes" further describes the preceding packages and their classes.



Go to previous page
Go to beginning of chapter
Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Solution Area

Contents

Index