Uses of Class net.sourceforge.jtds.jdbc.CharsetInfo

Uses in package net.sourceforge.jtds.jdbc

Fields of type net.sourceforge.jtds.jdbc.CharsetInfo

CharsetInfo
Character set descriptor (if different from default)
CharsetInfo
Java charset for encoding.
CharsetInfo
Character set descriptor (if different from default)
CharsetInfo
The character set to use for converting strings to/from bytes.
CharsetInfo[]
Sort order to Java charset map.

Methods with parameter type net.sourceforge.jtds.jdbc.CharsetInfo

void
Load the Java charset to match the server character set.
String
Reads a String from the server response stream, translating it from a byte array using the specified character set.
String
Reads a String from the server response stream, creating it from a translated byte array.
void
Set the character set descriptor to be used to translate byte arrays to or from Strings.
void
TdsData.writeParam(RequestStream out, CharsetInfo charsetInfo, byte[] collation, ParamInfo pi)
Write a parameter to the server request stream.
void
Write the actual TDS 5 parameter data.

Methods with return type net.sourceforge.jtds.jdbc.CharsetInfo

CharsetInfo
CharsetInfo.getCharset(String serverCharset)
Retrieves the CharsetInfo instance asociated with the specified server charset.
CharsetInfo
CharsetInfo.getCharset(byte[] collation)
Retrieves the CharsetInfo instance asociated with the specified collation.
CharsetInfo
Retrieves the CharsetInfo instance asociated with the specified LCID.
CharsetInfo
Retrieves the CharsetInfo instance asociated with the specified sort order.
CharsetInfo
Retrieve the CharsetInfo instance used by this connection.
CharsetInfo
Retrieve the character set descriptor used to translate byte arrays to or from Strings.

Generated on June 12 2008