Class SqlConvertFunction

Direct Known Subclasses:
SqlTranslateFunction

public class SqlConvertFunction extends SqlFunction
The CONVERT function, which converts a string from one character set to another.

Also the base class for the CONVERT(string USING transcoding) and TRANSLATE(string USING transcoding) functions (see SqlTranslateFunction).

The SQL syntax is

   CONVERT(characterString, sourceCharset, destCharset)