Package | Description |
---|---|
net.sourceforge.jtds.jdbc |
Modifier and Type | Field and Description |
---|---|
private RequestStream |
TdsCore.out
The output server request stream.
|
Modifier and Type | Method and Description |
---|---|
(package private) RequestStream |
SharedSocket.getRequestStream(int bufferSize,
int maxPrecision)
Obtain an instance of a server request stream for this socket.
|
Modifier and Type | Method and Description |
---|---|
(package private) ResponseStream |
SharedSocket.getResponseStream(RequestStream requestStream,
int bufferSize)
Obtain an instance of a server response stream for this socket.
|
(package private) static void |
TdsData.putCollation(RequestStream out,
ParamInfo pi)
TDS 8 requires collation information for char data descriptors.
|
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) static void |
TdsData.writeParam(RequestStream out,
CharsetInfo charsetInfo,
byte[] collation,
ParamInfo pi)
Write a parameter to the server request stream.
|
(package private) static void |
TdsData.writeTds5Param(RequestStream out,
CharsetInfo charsetInfo,
ParamInfo pi)
Write the actual TDS 5 parameter data.
|
(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.
|
Generated on June 8 2013