December 1999
Intermediate to advanced
816 pages
20h 27m
English
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.
Read now
Unlock full access