Class AbstractArrayTrimFunction

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor
Direct Known Subclasses:
OracleArrayTrimFunction, PostgreSQLArrayTrimEmulation

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

    • AbstractArrayTrimFunction

      public AbstractArrayTrimFunction()