Class DB2SubstringFunction

All Implemented Interfaces:
FunctionRenderer, FunctionRenderingSupport, SqmFunctionDescriptor

public class DB2SubstringFunction extends AbstractSqmSelfRenderingFunctionDescriptor
DB2's substring() function requires a code unit and substr() can't optionally take it, so we render substr() by default. If the code unit is passed, we render substring().