Uses of Class
org.objectweb.cjdbc.common.stream.CJDBCOutputStream

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

Uses of CJDBCOutputStream in org.objectweb.cjdbc.controller.virtualdatabase
 

Fields in org.objectweb.cjdbc.controller.virtualdatabase declared as CJDBCOutputStream
private  CJDBCOutputStream VirtualDatabaseWorkerThread.out
           
 

Uses of CJDBCOutputStream in org.objectweb.cjdbc.driver
 

Fields in org.objectweb.cjdbc.driver declared as CJDBCOutputStream
protected  CJDBCOutputStream Connection.socketOutput
          Socket output stream.
 

Constructors in org.objectweb.cjdbc.driver with parameters of type CJDBCOutputStream
Connection(Driver driver, java.net.Socket socket, CJDBCInputStream in, CJDBCOutputStream out, java.lang.String url, java.lang.String userName, java.lang.String password, boolean sqlSkeletonNeeded, AbstractBlobFilter filter)
          Creates a new Connection instance.
 



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