Class AbstractJsonArrayAppendFunction

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor
Direct Known Subclasses:
MariaDBJsonArrayAppendFunction, OracleJsonArrayAppendFunction, PostgreSQLJsonArrayAppendFunction, SQLServerJsonArrayAppendFunction

public abstract class AbstractJsonArrayAppendFunction extends AbstractSqmSelfRenderingFunctionDescriptor
Standard json_array_append function.
  • Constructor Details

    • AbstractJsonArrayAppendFunction

      public AbstractJsonArrayAppendFunction(TypeConfiguration typeConfiguration)