JDBC 2.0 Overview

The JDBC APIs have been around for quite a while with the Java language. However, since the JDBC 2.0 was introduced as part of the core in SDK 1.2, it has been getting more use by Internet developers for connecting to large relational databases.

The JDBC 2.0 API includes many new features in the java.sql package as well as the new standard extension package javax.sql. New features in the java.sql package include enhancements such as support for SQL3 data types, scrollable result sets, programmatic updates, and batch updates. All these features or enhancements help make the core JDBC package support newer technologies in today's databases and also increase performance across any type of database that is supported by JDBC.

Features ...

Get Special Edition Using Java 2 Standard Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.