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

Packages that use ResponseStream
net.sourceforge.jtds.jdbc   
 

Uses of ResponseStream in net.sourceforge.jtds.jdbc
 

Fields in net.sourceforge.jtds.jdbc declared as ResponseStream
private  ResponseStream TdsCore.in
          The input server response stream.
(package private)  ResponseStream ResponseStream.TdsInputStream.tds
          The underlying ResponseStream.
 

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

Methods in net.sourceforge.jtds.jdbc with parameters of type ResponseStream
(package private) static int TdsData.getCollation(ResponseStream in, ColInfo ci)
          TDS 8 supplies collation information for character data types.
(package private) static int TdsData.readType(ResponseStream in, ColInfo ci)
          Read the TDS datastream and populate the ColInfo parameter with data type and related information.
(package private) static java.lang.Object TdsData.readData(ConnectionJDBC2 connection, ResponseStream in, ColInfo ci)
          Read the TDS data item from the Response Stream.
private static java.lang.Object TdsData.getDatetimeValue(ResponseStream in, int type)
          Get a DATETIME value from the server response stream.
private static java.lang.Object TdsData.getMoneyValue(ResponseStream in, int type)
          Read a MONEY value from the server response stream.
private static java.lang.Object TdsData.getVariant(ConnectionJDBC2 connection, ResponseStream in)
          Read a MSQL 2000 sql_variant data value from the input stream.
 

Constructors in net.sourceforge.jtds.jdbc with parameters of type ResponseStream
ResponseStream.TdsInputStream(ResponseStream tds, int maxLen)
          Creates a TdsInputStream instance.
 



Generated on October 27 2012