Whole document tree
4 What's Actually ChangedThis chapter describes the practical differences between the JDBC 1.0 and JDBC 2.0 APIs.4.1 A New PackageThe JDBC API has been factored into two complementary components. The first component is API that is core to the Java platform (the core JDBC 2.1 API ) and comprises the updated contents of thejava.sql package. This document contains the specification
for the core JDBC 2.1 API. The second component, termed the JDBC 2.0 Optional
Package API, comprises the contents of a new package, javax.sql , which as its name
implies will be delivered as an optional package to the Java platform (formerly Java
Standard Extension). The JDBC 2.0 Optional Package API is described in a separate
document.
The Since optional packages are downloadable, it will always be possible to deploy an application which uses the features in the JDBC Optional Package that will "run anywhere ," since if an optional package isn't installed on a client machine, it can be downloaded along with the application that uses it. 4.2 Changes to Classes and InterfacesThe list below contains all of the JDBC 2.1 API core classes and interfaces. Interfaces and classes that are new are listed in bold type. All of the interfaces and classes present in the JDBC 1.0 API are also present in the core JDBC 2.1 API, however, some of the JDBC 1.0 technology interfaces have gained additional methods. The interfaces that contain new methods are listed in italics and those that have not changed are in normal type.
The separate core JDBC 2.1 API documentation contains the Java programming language
definitions of the
The list below contains the classes and interfaces that comprise the javax.sql.ConnectionEventListener javax.sql.ConnectionPoolDataSurce
Contents | Prev | Next jdbc@eng.sun.com or jdbc-business@eng.sun.com Copyright © 1996-1999 Sun Microsystems, Inc. All rights reserved. |