* GREY=local LOCAL HTML version of Foils prepared 13 March 1997

Foil 9 JDBC API - III

From Overview of Java Database Connection Basic Information Technology Course CPS616 -- Spring Semester 1997. by Udayan Parvate, Tom Pulikal (Geoffrey C. Fox) *

public interface Callable Statement
This is a primary interface to access stored procedures on a database. The get methods in this interface are identical in functionality returning various datatypes like getInt, getDate etc.
public interface Connection
This is a high level class used to interact with the database. The main methods are
clearWarmings() throws SQLException - clears warnings for the connection
close() throws SQLException - close the connection
commit() throws SQLException - commits the transaction
createStatement() throws SQLException - create statements for queries
getMetaData() throws SQLEXception - returns DatabaseMetaData
isClosed() throws SQLException - Returns true if connection is closed



Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Tue Jul 22 1997