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. 
org.objectweb.cjdbc.driver.connectpolicy   
 

Classes in org.objectweb.cjdbc.driver used by org.objectweb.cjdbc.controller.cache.metadata
Field
          Field is our private implementation of ResultSetMetaData, holding the information for one column.
 

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 our private implementation of ResultSetMetaData, holding the information for one column.
 

Classes in org.objectweb.cjdbc.driver used by org.objectweb.cjdbc.driver
Blob
          The representation (mapping) in the Java TM programming language of an SQL BLOB value.
CjdbcUrl
          This class defines a C-JDBC url with parsed Metadata and so on.
Connection
          This class implements the communication protocol to the Controller.
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.
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.
Statement
          A Statement object is used for executing a static SQL statement and obtaining the results produced by it.
 

Classes in org.objectweb.cjdbc.driver used by org.objectweb.cjdbc.driver.connectpolicy
ControllerInfo
          Controller related information, namely the host name and the port on which the controller is running.
 



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