Class AbstractJsonReplaceFunction

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor
Direct Known Subclasses:
OracleJsonReplaceFunction, PostgreSQLJsonReplaceFunction, SQLServerJsonReplaceFunction

public abstract class AbstractJsonReplaceFunction extends AbstractSqmSelfRenderingFunctionDescriptor
Standard json_replace function.
  • Constructor Details

    • AbstractJsonReplaceFunction

      public AbstractJsonReplaceFunction(TypeConfiguration typeConfiguration)