Package org.objectweb.cjdbc.driver

C-JDBC driver core.

See:
          Description

Class Summary
Blob The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
CallableStatement This class is used to execute SQL stored procedures.
Clob The representation (mapping) in the JavaTM programming language of an SQL CLOB value.
Connection This Connection class implements a virtual connection that is just used to store the needed information when the real connection will have to be established by the Controller to execute a query.
ConnectionClosingThread The ConnectionClosingThread wakes up every 5 seconds when close() has been called on a connection and it frees the connection if it has not been reused.
DatabaseMetaData This Connection class implements a virtual connection that is just used to store the needed information when the real connection will have to be established by the Controller to execute a query.
DatabaseUser A DatabaseUser is just a login/password combination to represent database user.
DataSource An implementation of the JDBC 2.0 optional package DataSource interface.
DataSourceFactory DataSource factory for to implement Referenceable.
Driver C-JDBC Driver for client side.
Field Field is a class used to describe fields in a ResultSet.
PreparedStatement A SQL Statement is pre-compiled and stored in a PreparedStatement object.
ResultSet A ResultSet provides access to a table of data generated by executing a Statement.
ResultSetMetaData ResultSet metadata provided for pretty printing of the ResultSet by a console.
Statement A Statement object is used for executing a static SQL statement and obtaining the results produced by it.
 

Package org.objectweb.cjdbc.driver Description

C-JDBC driver core.



Copyright © 2002, 2003 - ObjectWeb Consortium - All Rights Reserved.