Class SQLServerEveryAnyEmulation

All Implemented Interfaces:
FunctionRenderer, FunctionRenderingSupport, SqmFunctionDescriptor

public class SQLServerEveryAnyEmulation extends AbstractSqmSelfRenderingFunctionDescriptor
SQL Server doesn't have a function like every() or any(). We emulate the function using min() or max() together with iif().
See Also: