Class AbstractJsonInsertFunction

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor
Direct Known Subclasses:
OracleJsonInsertFunction, PostgreSQLJsonInsertFunction, SQLServerJsonInsertFunction

public abstract class AbstractJsonInsertFunction extends AbstractSqmSelfRenderingFunctionDescriptor
Standard json_insert function.
  • Constructor Details

    • AbstractJsonInsertFunction

      public AbstractJsonInsertFunction(TypeConfiguration typeConfiguration)