Uses of Class
net.sourceforge.jtds.jdbc.ResponseStream
-
Packages that use ResponseStream Package Description net.sourceforge.jtds.jdbc -
-
Uses of ResponseStream in net.sourceforge.jtds.jdbc
Fields in net.sourceforge.jtds.jdbc declared as ResponseStream Modifier and Type Field Description private ResponseStreamTdsCore. inThe input server response stream.(package private) ResponseStreamResponseStream.TdsInputStream. tdsThe underlyingResponseStream.Methods in net.sourceforge.jtds.jdbc that return ResponseStream Modifier and Type Method Description (package private) ResponseStreamSharedSocket. 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 Modifier and Type Method Description (package private) static intTdsData. getCollation(ResponseStream in, ColInfo ci)TDS 8 supplies collation information for character data types.private static java.lang.ObjectTdsData. getDatetimeValue(ResponseStream in, int type)Get a DATETIME value from the server response stream.private static java.lang.ObjectTdsData. getMoneyValue(ResponseStream in, int type)Read a MONEY value from the server response stream.private static java.lang.ObjectTdsData. getVariant(JtdsConnection connection, ResponseStream in)Read a MSQL 2000 sql_variant data value from the input stream.(package private) static java.lang.ObjectTdsData. readData(JtdsConnection connection, ResponseStream in, ColInfo ci)Read the TDS data item from the Response Stream.(package private) static intTdsData. readType(ResponseStream in, ColInfo ci)Read the TDS datastream and populate the ColInfo parameter with data type and related information.Constructors in net.sourceforge.jtds.jdbc with parameters of type ResponseStream Constructor Description TdsInputStream(ResponseStream tds, int maxLen)Creates aTdsInputStreaminstance.
-