Uses of Interface
org.jooq.JSONArrayReturningStep
Packages that use JSONArrayReturningStep
-
Uses of JSONArrayReturningStep in org.jooq
Subinterfaces of JSONArrayReturningStep in org.jooqModifier and TypeInterfaceDescriptioninterface
A step in the construction of theJSON ARRAY
function.Methods in org.jooq that return JSONArrayReturningStepModifier and TypeMethodDescription@NotNull JSONArrayReturningStep<T>
JSONArrayNullStep.absentOnNull()
Add theABSENT ON NULL
clause to theJSON ARRAY
function.@NotNull JSONArrayReturningStep<T>
JSONArrayNullStep.nullOnNull()
Add theNULL ON NULL
clause to theJSON ARRAY
function.