|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |