Class AbstractJsonRemoveFunction

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor
Direct Known Subclasses:
CockroachDBJsonRemoveFunction, OracleJsonRemoveFunction, PostgreSQLJsonRemoveFunction, SQLServerJsonRemoveFunction

public abstract class AbstractJsonRemoveFunction extends AbstractSqmSelfRenderingFunctionDescriptor
Standard json_remove function.
  • Constructor Details

    • AbstractJsonRemoveFunction

      public AbstractJsonRemoveFunction(TypeConfiguration typeConfiguration)