Frames | No Frames |
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 | 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 | CharsetInfo.getCharsetForLCID(int lcid) Retrieves the CharsetInfo instance asociated with the
specified LCID. |
CharsetInfo | CharsetInfo.getCharsetForSortOrder(int sortOrder) 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. |