Uses of Class
net.sourceforge.jtds.jdbc.RequestStream

Packages that use RequestStream
net.sourceforge.jtds.jdbc   
 

Uses of RequestStream in net.sourceforge.jtds.jdbc
 

Fields in net.sourceforge.jtds.jdbc declared as RequestStream
private  RequestStream TdsCore.out
          The output server request stream.
 

Methods in net.sourceforge.jtds.jdbc that return RequestStream
(package private)  RequestStream SharedSocket.getRequestStream(int bufferSize, int maxPrecision)
          Obtain an instance of a server request stream for this socket.
 

Methods in net.sourceforge.jtds.jdbc with parameters of type RequestStream
(package private) static void TdsData.writeTds5ParamFmt(RequestStream out, java.lang.String charset, boolean isWideChar, ParamInfo pi, boolean useParamNames)
          Write a TDS 5 parameter format descriptor.
(package private) static void TdsData.writeTds5Param(RequestStream out, CharsetInfo charsetInfo, ParamInfo pi)
          Write the actual TDS 5 parameter data.
(package private) static void TdsData.putCollation(RequestStream out, ParamInfo pi)
          TDS 8 requires collation information for char data descriptors.
(package private) static void TdsData.writeParam(RequestStream out, CharsetInfo charsetInfo, byte[] collation, ParamInfo pi)
          Write a parameter to the server request stream.
private static void TdsData.putDateTimeValue(RequestStream out, DateTime value)
          Output a java.sql.Date/Time/Timestamp value to the server as a Sybase datetime value.
(package private)  ResponseStream SharedSocket.getResponseStream(RequestStream requestStream, int bufferSize)
          Obtain an instance of a server response stream for this socket.
 



Generated on October 27 2012