Uses of Interface
org.jooq.JSONArrayNullStep
-
Packages that use JSONArrayNullStep Package Description org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of JSONArrayNullStep in org.jooq.impl
Methods in org.jooq.impl that return JSONArrayNullStep Modifier and Type Method Description static @NotNull JSONArrayNullStep<JSON>
DSL. jsonArray(Collection<? extends Field<?>> fields)
The JSON array constructor.static @NotNull JSONArrayNullStep<JSON>
DSL. jsonArray(Field<?>... fields)
The JSON array constructor.static @NotNull JSONArrayNullStep<JSONB>
DSL. jsonbArray(Collection<? extends Field<?>> fields)
The JSONB array constructor.static @NotNull JSONArrayNullStep<JSONB>
DSL. jsonbArray(Field<?>... fields)
The JSONB array constructor.
-