Uses of Interface
org.jooq.JSONObjectNullStep
-
Uses of JSONObjectNullStep in org.jooq.impl
Modifier and TypeMethodDescriptionstatic @NotNull JSONObjectNullStep<JSONB>
DSL.jsonbObject()
The JSON object constructor.static @NotNull JSONObjectNullStep<JSONB>
DSL.jsonbObject(Collection<? extends JSONEntry<?>> entries)
TheJSONB_OBJECT
function.static @NotNull JSONObjectNullStep<JSONB>
DSL.jsonbObject(Field<?>... entries)
TheJSONB_OBJECT
function.static @NotNull JSONObjectNullStep<JSONB>
DSL.jsonbObject(JSONEntry<?>... entries)
TheJSONB_OBJECT
function.static @NotNull JSONObjectNullStep<JSON>
DSL.jsonObject()
The JSON object constructor.static @NotNull JSONObjectNullStep<JSON>
DSL.jsonObject(String key, Field<?> value)
The JSON object constructor.static @NotNull JSONObjectNullStep<JSON>
DSL.jsonObject(Collection<? extends JSONEntry<?>> entries)
TheJSON_OBJECT
function.static @NotNull JSONObjectNullStep<JSON>
DSL.jsonObject(Field<?>... entries)
TheJSON_OBJECT
function.static @NotNull JSONObjectNullStep<JSON>
DSL.jsonObject(Field<String> key, Field<?> value)
The JSON object constructor.static @NotNull JSONObjectNullStep<JSON>
DSL.jsonObject(Field<String> key, Select<? extends Record1<?>> value)
The JSON object constructor.static @NotNull JSONObjectNullStep<JSON>
DSL.jsonObject(JSONEntry<?>... entries)
TheJSON_OBJECT
function.