Class MinMaxCaseEveryAnyEmulation

All Implemented Interfaces:
FunctionRenderer, FunctionRenderingSupport, 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.
Author:
Jan Schatteman
See Also: