Class AbstractJsonSetFunction

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor
Direct Known Subclasses:
OracleJsonSetFunction, PostgreSQLJsonSetFunction, SQLServerJsonSetFunction

public abstract class AbstractJsonSetFunction extends AbstractSqmSelfRenderingFunctionDescriptor
Standard json_set function.
  • Constructor Details

    • AbstractJsonSetFunction

      public AbstractJsonSetFunction(TypeConfiguration typeConfiguration)