Module org.jooq
Package org.jooq

Interface JSONQueryOnStep<J>

All Superinterfaces:
Field<J>, FieldOrConstraint, FieldOrRow, FieldOrRowOrSelect, GroupField, JSONQueryReturningStep<J>, Named, OrderField<J>, QueryPart, SelectField<J>, SelectFieldOrAsterisk, Serializable, TableElement, Typed<J>

public interface JSONQueryOnStep<J> extends JSONQueryReturningStep<J>
A step in the construction of DSL.jsonQuery(Field, Field) or DSL.jsonbQuery(Field, Field) functions where the ON EMPTY and ON ERROR clauses can be defined.
Author:
Lukas Eder