Uses of Package
org.objectweb.cjdbc.driver

Packages that use org.objectweb.cjdbc.driver
org.objectweb.cjdbc.controller.cache.metadata MetadataCache caches ResultSet meta-information for improved memory usage and ResultSet serialization. 
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.cache.metadata
Field
          Field is a class used to describe fields in a ResultSet.
 

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

Classes in org.objectweb.cjdbc.driver used by org.objectweb.cjdbc.driver
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
          Controller related information, namely the host name and the port on which the controller is running.
DriverResultSet
          A ResultSet provides access to a table of data generated by executing a Statement.
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.
Statement
          A Statement object is used for executing a static SQL statement and obtaining the results produced by it.
 



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