|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CJDBCOutputStream | |
org.objectweb.cjdbc.common.exceptions.driver.protocol | |
org.objectweb.cjdbc.common.sql | SQL requests that are sent from the C-JDBC driver to the C-JDBC controller. |
org.objectweb.cjdbc.controller.virtualdatabase | Virtual database core code including connection handling. |
org.objectweb.cjdbc.driver | C-JDBC driver core. |
org.objectweb.cjdbc.driver.protocol | Protocol used between C-JDBC driver and controller. |
Uses of CJDBCOutputStream in org.objectweb.cjdbc.common.exceptions.driver.protocol |
Methods in org.objectweb.cjdbc.common.exceptions.driver.protocol with parameters of type CJDBCOutputStream | |
void |
SerializableException.sendToStream(CJDBCOutputStream out)
Send the Serializable chain to the given stream. |
void |
SerializableStackTraceElement.sendToStream(CJDBCOutputStream out)
Serializes the object to the given stream. |
Uses of CJDBCOutputStream in org.objectweb.cjdbc.common.sql |
Methods in org.objectweb.cjdbc.common.sql with parameters of type CJDBCOutputStream | |
void |
InsertRequest.sendToStream(CJDBCOutputStream out,
boolean needSkeleton)
|
void |
AbstractRequest.sendToStream(CJDBCOutputStream out,
boolean controllerWantsSqlSkeleton)
Serialize the request on the output stream by sending only the needed parameters to reconstruct it on the controller. |
(package private) void |
AbstractRequest.sendResultSetParams(CJDBCOutputStream out)
Also serialize ResultSet parameters to the stream. |
void |
UnknownRequest.sendToStream(CJDBCOutputStream out,
boolean needSqlSkeleton)
|
void |
SelectRequest.sendToStream(CJDBCOutputStream out,
boolean needSqlSkeleton)
|
void |
StoredProcedure.sendToStream(CJDBCOutputStream out,
boolean needSkeleton)
|
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. |
Methods in org.objectweb.cjdbc.driver with parameters of type CJDBCOutputStream | |
void |
Field.sendToStream(CJDBCOutputStream out)
Serialize the Field on the output stream by sending only the
needed parameters to reconstruct it on the controller. |
void |
DriverResultSet.sendToStream(CJDBCOutputStream output)
Serialize the DriverResultSet on the output stream by
sending only the needed parameters to reconstruct it on the driver. |
void |
DriverResultSet.sendRowsToStream(CJDBCOutputStream output)
Serialize only rows, not any metadata. |
Constructors in org.objectweb.cjdbc.driver with parameters of type CJDBCOutputStream | |
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. |
Uses of CJDBCOutputStream in org.objectweb.cjdbc.driver.protocol |
Methods in org.objectweb.cjdbc.driver.protocol with parameters of type CJDBCOutputStream | |
void |
SQLDataSerialization.TimestampSerializer.sendToStream(java.lang.Object obj,
CJDBCOutputStream output)
|
void |
SQLDataSerialization.FloatSerializer.sendToStream(java.lang.Object obj,
CJDBCOutputStream output)
|
void |
SQLDataSerialization.DateSerializer.sendToStream(java.lang.Object obj,
CJDBCOutputStream output)
|
void |
SQLDataSerialization.BlobSerializer.sendToStream(java.lang.Object obj,
CJDBCOutputStream output)
|
void |
SQLDataSerialization.BooleanSerializer.sendToStream(java.lang.Object obj,
CJDBCOutputStream output)
|
void |
SQLDataSerialization.LongSerializer.sendToStream(java.lang.Object obj,
CJDBCOutputStream output)
|
void |
SQLDataSerialization.DoubleSerializer.sendToStream(java.lang.Object obj,
CJDBCOutputStream output)
|
void |
SQLDataSerialization.StringSerializer.sendToStream(java.lang.Object obj,
CJDBCOutputStream output)
|
void |
TypeTag.sendToStream(CJDBCOutputStream out)
Serialize "this" tag on the stream. |
void |
SQLDataSerialization.TimeSerializer.sendToStream(java.lang.Object obj,
CJDBCOutputStream output)
|
void |
SQLDataSerialization.IntegerSerializer.sendToStream(java.lang.Object obj,
CJDBCOutputStream output)
|
void |
SQLDataSerialization.BytesSerializer.sendToStream(java.lang.Object obj,
CJDBCOutputStream output)
|
void |
SQLDataSerialization.BigDecimalSerializer.sendToStream(java.lang.Object obj,
CJDBCOutputStream output)
|
abstract void |
SQLDataSerialization.Serializer.sendToStream(java.lang.Object obj,
CJDBCOutputStream output)
Serialize the object to the stream. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |