Uses of Class
org.objectweb.cjdbc.common.exceptions.ProtocolException

Packages that use ProtocolException
org.objectweb.cjdbc.driver C-JDBC driver core. 
 

Uses of ProtocolException in org.objectweb.cjdbc.driver
 

Methods in org.objectweb.cjdbc.driver that throw ProtocolException
private  DriverResultSet Connection.receiveResultSet(java.lang.String callerName)
          Returns a DriverResultSet read from the stream or throws the SerializableException that came instead
(package private)  void DriverResultSet.receiveRows(CJDBCInputStream input)
          De-serialize only data rows, not any metadata.
 

Constructors in org.objectweb.cjdbc.driver that throw ProtocolException
Connection(Driver driver, java.net.Socket socket, CJDBCInputStream in, CJDBCOutputStream out, CjdbcUrl cjdbcUrl, ControllerInfo controller, java.lang.String userName, java.lang.String password)
          Creates a new Connection instance.
DriverResultSet(Connection conn)
          Creates a new DriverResultSet object, deserializing it from an input stream.
 



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