Uses of Interface
org.jooq.JSONEntry
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of JSONEntry in org.jooq
-
Uses of JSONEntry in org.jooq.impl
Modifier and TypeMethodDescriptionstatic <T> @NotNull JSONEntry<T>
A constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...)
.static <T> @NotNull JSONEntry<T>
A constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...)
.static <T> @NotNull JSONEntry<T>
A constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...)
.static <T> @NotNull JSONEntry<T>
A constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...)
.static <T> @NotNull JSONEntry<T>
A constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...)
.static <T> @NotNull JSONEntry<T>
A constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...)
.static <T> @NotNull JSONEntry<T>
A constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...)
.Modifier and TypeMethodDescriptionstatic @NotNull JSONObjectNullStep<JSONB>
DSL.jsonbObject(JSONEntry<?>... entries)
TheJSONB_OBJECT
function.static @NotNull JSONObjectAggNullStep<JSONB>
DSL.jsonbObjectAgg(JSONEntry<?> entry)
The JSONB object aggregate function.static @NotNull JSONObjectNullStep<JSON>
DSL.jsonObject(JSONEntry<?>... entries)
TheJSON_OBJECT
function.static @NotNull JSONObjectAggNullStep<JSON>
DSL.jsonObjectAgg(JSONEntry<?> entry)
The JSON object aggregate function.Modifier and TypeMethodDescriptionstatic @NotNull JSONObjectNullStep<JSONB>
DSL.jsonbObject(Collection<? extends JSONEntry<?>> entries)
TheJSONB_OBJECT
function.static @NotNull JSONObjectNullStep<JSON>
DSL.jsonObject(Collection<? extends JSONEntry<?>> entries)
TheJSON_OBJECT
function.