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 EMPTY
clause.@NotNull JSONValueOnStep<J>
onError()
Add anON ERROR
clause.
-
Method Details
-
onEmpty
Add anON EMPTY
clause. -
onError
Add anON ERROR
clause.
-