| Package | Description | 
|---|---|
| net.sourceforge.jtds.jdbc | 
| Modifier and Type | Field and Description | 
|---|---|
| private CharsetInfo | SharedSocket. charsetInfoThe character set to use for converting strings to/from bytes. | 
| (package private) CharsetInfo | ParamInfo. charsetInfoCharacter set descriptor (if different from default) | 
| private CharsetInfo | JtdsConnection. charsetInfoJava charset for encoding. | 
| (package private) CharsetInfo | ColInfo. charsetInfoCharacter set descriptor (if different from default) | 
| private static CharsetInfo[] | CharsetInfo. sortToCharsetMapSort order to Java charset map. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CharsetInfo | CharsetInfo. getCharset(byte[] collation)Retrieves the  CharsetInfoinstance asociated with the
 specified collation. | 
| static CharsetInfo | CharsetInfo. getCharset(java.lang.String serverCharset)Retrieves the  CharsetInfoinstance asociated with the
 specified server charset. | 
| static CharsetInfo | CharsetInfo. getCharsetForLCID(int lcid)Retrieves the  CharsetInfoinstance asociated with the
 specified LCID. | 
| static CharsetInfo | CharsetInfo. getCharsetForSortOrder(int sortOrder)Retrieves the  CharsetInfoinstance asociated with the
 specified sort order. | 
| (package private) CharsetInfo | SharedSocket. getCharsetInfo()Retrieve the character set descriptor used to translate byte arrays to
 or from Strings. | 
| protected CharsetInfo | JtdsConnection. getCharsetInfo()Retrieve the  CharsetInfoinstance used by this connection. | 
| Modifier and Type | Method and Description | 
|---|---|
| private void | JtdsConnection. loadCharset(CharsetInfo ci,
           java.lang.String ref)Load the Java charset to match the server character set. | 
| (package private) java.lang.String | ResponseStream. readNonUnicodeString(int len,
                    CharsetInfo charsetInfo)Reads a  Stringfrom the server response stream, translating
 it from abytearray using the specified character set. | 
| (package private) java.lang.String | ResponseStream. readString(int len,
          CharsetInfo info)Reads a  Stringfrom the server response stream, creating
 it from a translatedbytearray. | 
| (package private) void | SharedSocket. setCharsetInfo(CharsetInfo charsetInfo)Set the character set descriptor to be used to translate byte arrays to
 or from Strings. | 
| (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. | 
Generated on June 8 2013