Chapter 31. java.sql

This chapter provides a quick reference of all the interfaces and classes in java.sql. The package java.sql provides the framework for JDBC programming, which is the mechanism for working with databases in Java. This package consists primarily of interfaces implemented by vendors. This allows a Java developer to write code that's quite independent of a specific database system, because the implementation classes are all hidden from the JDBC code.

Get PURE Java™ 2 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.