Module org.jooq
Package org.jooq

Interface JSONValueOnStep<J>

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

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