Uses of Interface
org.jooq.JSONArrayReturningStep
-
Uses of JSONArrayReturningStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
A step in the construction of theJSON ARRAY
function.Modifier 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.