Class CastFunction

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor

public class CastFunction extends AbstractSqmSelfRenderingFunctionDescriptor
ANSI SQL-inspired cast() function, where the target types are enumerated by CastType, and portability is achieved by delegating to Dialect.castPattern(CastType, CastType).