Package org.objectweb.cjdbc.driver

C-JDBC driver core.

See:
          Description

Class Summary
Blob The representation (mapping) in the Java TM programming language of an SQL BLOB value.
BlobOutputStream This class defines a BlobOutputStream.
CallableStatement This class is used to execute SQL stored procedures.
CjdbcUrl This class defines a C-JDBC url with parsed Metadata and so on.
Clob The representation (mapping) in the Java TM programming language of an SQL CLOB value.
Connection This class implements the communication protocol to the Controller.
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.
ControllerInfo Controller related information, namely the host name and the port on which the controller is running.
DatabaseMetaData DatabaseMetaData retrieves most of the values from the C-JDBC controller.
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.
DriverResultSet A ResultSet provides access to a table of data generated by executing a Statement.
Field Field is our private implementation of ResultSetMetaData, holding the information for one column.
PreparedStatement A SQL Statement is pre-compiled and stored in a PreparedStatement object.
ResultSetMetaData ResultSet metadata provided for pretty printing of the ResultSet by a console.
Savepoint This class defines a Savepoint
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, 2005 - ObjectWeb Consortium - All Rights Reserved.