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
	      CallableStatement 
      	- Connection 
      	
 - DatabaseMetaData 
      	
 - Driver 
      	
 - PreparedStatement 
      	
 - ResultSet 
      	
 - ResultSetMetaData 
      	
 - Statement 
 
                                
Classes
      	- Date 
      	
 - DriverManager 
      	
 - DriverPropertyInfo 
      	
 - Time 
      	
 - Timestamp 
      	
 - Types 
 
                                          
Exceptions
      	- DataTruncation 
      	
 - SQLException 
      	
 - SQLWarning 
 
Previous | Next | Top
Last Modified April 21, 1997
elharo@metalab.unc.edu