- All Superinterfaces:
Condition
,QueryPart
,Serializable
A step in the construction of
DSL.jsonExists(Field, Field)
or
DSL.jsonbExists(Field, Field)
functions where the
ON ERROR
clause can be defined.- Author:
- Lukas Eder
-
Method Summary
-
Method Details
-
errorOnError
Add anERROR ON ERROR
clause. -
falseOnError
Add anFALSE ON ERROR
clause. -
trueOnError
Add anTRUE ON ERROR
clause. -
unknownOnError
Add anUNKNOWN ON ERROR
clause.
-