-
public interface JSONValueDefaultStep<J>
A step in the construction ofDSL.jsonValue(Field, Field)
orDSL.jsonbValue(Field, Field)
functions where theON EMPTY
andON ERROR
clauses can be defined for default values.- Author:
- Lukas Eder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull JSONValueOnStep<J>
onEmpty()
Add anON EMPTY
clause.@NotNull JSONValueOnStep<J>
onError()
Add anON ERROR
clause.
-