JDBC

The Java Database Connectivity API, JDBC for short, is included in Java 1.1 in the java.sql package. It allows your Java programs to connect to and interact with relational, SQL databases like Oracle, Ingres, mSQL, and Informix.

Interfaces

Classes

Exceptions


Previous | Next | Top
Last Modified April 21, 1997
elharo@metalab.unc.edu