Uses of Interface
org.jooq.JSONArrayQueryReturningStep
Packages that use JSONArrayQueryReturningStep
-
Uses of JSONArrayQueryReturningStep in org.jooq
Subinterfaces of JSONArrayQueryReturningStep in org.jooqModifier and TypeInterfaceDescriptioninterfaceA step in the construction of theJSON ARRAYfunction.Methods in org.jooq that return JSONArrayQueryReturningStepModifier and TypeMethodDescription@NotNull JSONArrayQueryReturningStep<T> JSONArrayQueryNullStep.absentOnNull()Add theABSENT ON NULLclause to theJSON ARRAYfunction.@NotNull JSONArrayQueryReturningStep<T> JSONArrayQueryNullStep.nullOnNull()Add theNULL ON NULLclause to theJSON ARRAYfunction.