Class SqlTranslate3Function


public class SqlTranslate3Function extends SqlFunction
Definition of the "TRANSLATE" built-in SQL function that takes 3 arguments.

Based on Oracle's TRANSLATE function, it is commonly called "TRANSLATE3" to distinguish it from the standard SQL function SqlStdOperatorTable.TRANSLATE that takes 2 arguments and has an entirely different purpose.