Module org.jooq
Package org.jooq.impl

Interface QOM.JSONBReplace

All Superinterfaces:
Field<JSONB>, FieldOrConstraint, FieldOrRow, FieldOrRowOrSelect, GroupField, Named, OrderField<JSONB>, QueryPart, SelectField<JSONB>, SelectFieldOrAsterisk, Serializable, TableElement, Typed<JSONB>
Enclosing class:
QOM

public static interface QOM.JSONBReplace extends Field<JSONB>
The JSONB REPLACE function.

Replace (but not add) a JSONB value to a JSONB field at a given path.