Uses of Interface
org.jooq.JSONObjectReturningStep
Packages that use JSONObjectReturningStep
-
Uses of JSONObjectReturningStep in org.jooq
Subinterfaces of JSONObjectReturningStep in org.jooqModifier and TypeInterfaceDescriptioninterface
A step in the construction of theJSON OBJECT
function.Methods in org.jooq that return JSONObjectReturningStepModifier 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.