Class SqlOracleConvertFunction


public class SqlOracleConvertFunction extends SqlConvertFunction
Oracle's "CONVERT(charValue, destCharsetName[, srcCharsetName])" function.

It has a slight different semantics to standard SQL's SqlStdOperatorTable.CONVERT function on operands' order, and default charset will be used if the srcCharsetName is not specified.

Returns null if charValue is null or empty.