Class AbstractArrayReverseFunction

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor
Direct Known Subclasses:
H2ArrayReverseFunction, OracleArrayReverseFunction, PostgreSQLArrayReverseEmulation

public abstract class AbstractArrayReverseFunction extends AbstractSqmSelfRenderingFunctionDescriptor
Encapsulates the validator, return type and argument type resolvers for the array_reverse functions. Subclasses only have to implement the rendering.
  • Constructor Details

    • AbstractArrayReverseFunction

      public AbstractArrayReverseFunction()