Uses of Interface
org.jooq.JSONObjectReturningStep
-
Uses of JSONObjectReturningStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
A step in the construction of theJSON OBJECT
function.Modifier and TypeMethodDescription@NotNull JSONObjectReturningStep<T>
JSONObjectNullStep.absentOnNull()
Add theABSENT ON NULL
clause to theJSON OBJECT
function.@NotNull JSONObjectReturningStep<T>
JSONObjectNullStep.nullOnNull()
Add theNULL ON NULL
clause to theJSON OBJECT
function.