Class TransactSQLStrFunction

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor

public class TransactSQLStrFunction extends CastStrEmulation implements FunctionRenderer
A special function that renders a T-SQL str() function if more than a single argument is given, or otherwise renders a cast() expression just like CastStrEmulation.