Class MinMaxCaseEveryAnyEmulation

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor

public class MinMaxCaseEveryAnyEmulation extends AbstractSqmSelfRenderingFunctionDescriptor
Most databases don't have a function like every() or any(). On some platforms we emulate the function using min() or max() together with case.
See Also: