Uses of Class
net.sourceforge.jtds.jdbc.ProtocolException
Packages that use ProtocolException
-
Uses of ProtocolException in net.sourceforge.jtds.jdbc
Methods in net.sourceforge.jtds.jdbc that throw ProtocolExceptionModifier and TypeMethodDescriptionprivate static ObjectTdsData.getDatetimeValue(ResponseStream in, int type) Get a DATETIME value from the server response stream.private static ObjectTdsData.getMoneyValue(ResponseStream in, int type) Read a MONEY value from the server response stream.private static ObjectTdsData.getVariant(JtdsConnection connection, ResponseStream in) Read a MSQL 2000 sql_variant data value from the input stream.(package private) static 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.private voidTdsCore.tds4ColFormatToken()Process a TDS 4.2 column format token.private voidTdsCore.tds5ParamFmt2Token()Process TDS 5 Sybase 12+ Dynamic results parameter descriptor.private voidTdsCore.tds5ParamFmtToken()Process TDS 5 Dynamic results parameter descriptors.private voidTdsCore.tds5ParamsToken()Process TDS 5.0 Params Token.private voidTdsCore.tds5ResultToken()Process a TDS 5.0 result set packet.private voidTdsCore.tds5WideResultToken()Process Sybase 12+ wide result token which provides enhanced column meta data.private voidTdsCore.tds7ResultToken()Process a TDS 7.0 result set token.private voidTdsCore.tdsCapabilityToken()Processes a TDS 5.0 capability token.private voidTdsCore.tdsColumnInfoToken()Process a column infomation token.private voidTdsCore.tdsComputedResultToken()Process meta data for the computed result set complementing the current result set.private voidTdsCore.tdsComputedRowToken()Process computed row data.private voidTdsCore.tdsInvalidToken()Report unsupported TDS token in input stream.private voidTdsCore.tdsNtlmAuthToken()Process a NTLM Authentication challenge.private voidTdsCore.tdsOutputParamToken()Process output parameters.private voidTdsCore.tdsRowToken()Process a row data token.private voidTdsCore.tdsTableNameToken()Process a table name token.