Uses of Class
net.sourceforge.jtds.jdbc.CharsetInfo
-
Packages that use CharsetInfo Package Description net.sourceforge.jtds.jdbc -
-
Uses of CharsetInfo in net.sourceforge.jtds.jdbc
Fields in net.sourceforge.jtds.jdbc declared as CharsetInfo Modifier and Type Field Description (package private) CharsetInfoColInfo. charsetInfoCharacter set descriptor (if different from default)private CharsetInfoJtdsConnection. charsetInfoJava charset for encoding.(package private) CharsetInfoParamInfo. charsetInfoCharacter set descriptor (if different from default)private CharsetInfoSharedSocket. charsetInfoThe character set to use for converting strings to/from bytes.private static CharsetInfo[]CharsetInfo. sortToCharsetMapSort order to Java charset map.Methods in net.sourceforge.jtds.jdbc that return CharsetInfo Modifier and Type Method Description static CharsetInfoCharsetInfo. getCharset(byte[] collation)Retrieves theCharsetInfoinstance asociated with the specified collation.static CharsetInfoCharsetInfo. getCharset(java.lang.String serverCharset)Retrieves theCharsetInfoinstance asociated with the specified server charset.static CharsetInfoCharsetInfo. getCharsetForLCID(int lcid)Retrieves theCharsetInfoinstance asociated with the specified LCID.static CharsetInfoCharsetInfo. getCharsetForSortOrder(int sortOrder)Retrieves theCharsetInfoinstance asociated with the specified sort order.protected CharsetInfoJtdsConnection. getCharsetInfo()Retrieve theCharsetInfoinstance used by this connection.(package private) CharsetInfoSharedSocket. getCharsetInfo()Retrieve the character set descriptor used to translate byte arrays to or from Strings.Methods in net.sourceforge.jtds.jdbc with parameters of type CharsetInfo Modifier and Type Method Description private voidJtdsConnection. loadCharset(CharsetInfo ci, java.lang.String ref)Load the Java charset to match the server character set.(package private) java.lang.StringResponseStream. readNonUnicodeString(int len, CharsetInfo charsetInfo)Reads aStringfrom the server response stream, translating it from abytearray using the specified character set.(package private) java.lang.StringResponseStream. readString(int len, CharsetInfo info)Reads aStringfrom the server response stream, creating it from a translatedbytearray.(package private) voidSharedSocket. setCharsetInfo(CharsetInfo charsetInfo)Set the character set descriptor to be used to translate byte arrays to or from Strings.(package private) static voidTdsData. writeParam(RequestStream out, CharsetInfo charsetInfo, byte[] collation, ParamInfo pi)Write a parameter to the server request stream.(package private) static voidTdsData. writeTds5Param(RequestStream out, CharsetInfo charsetInfo, ParamInfo pi)Write the actual TDS 5 parameter data.
-