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
- 
Method SummaryModifier and TypeMethodDescription@NotNull JSONValueOnStep<J> onEmpty()Add anON EMPTYclause.@NotNull JSONValueOnStep<J> onError()Add anON ERRORclause.
- 
Method Details- 
onEmptyAdd anON EMPTYclause.
- 
onErrorAdd anON ERRORclause.
 
-