Module org.jooq
Package org.jooq

Interface JSONValueDefaultStep<J>


public interface JSONValueDefaultStep<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 for default values.
Author:
Lukas Eder