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