Uses of Package
org.objectweb.cjdbc.driver

Packages that use org.objectweb.cjdbc.driver
org.objectweb.cjdbc.controller.virtualdatabase Virtual database core code including connection handling. 
org.objectweb.cjdbc.driver C-JDBC driver core. 
 

Classes in org.objectweb.cjdbc.driver used by org.objectweb.cjdbc.controller.virtualdatabase
Field
          Field is a class used to describe fields in a ResultSet.
ResultSet
          A ResultSet provides access to a table of data generated by executing a Statement.
 

Classes in org.objectweb.cjdbc.driver used by org.objectweb.cjdbc.driver
Blob
          The representation (mapping) in the JavaTM programming language of an SQL BLOB 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.
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.
Driver
          C-JDBC Driver for client side.
Driver.ControllerInfo
           
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.
Statement
          A Statement object is used for executing a static SQL statement and obtaining the results produced by it.
 



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