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 TypeMethodDescriptiondefault @NotNull JSONEntry<?>
QOM.JSONObjectAgg.$entry()
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...)
.static <T> @NotNull JSONEntry<T>
A constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...)
.Modifier and TypeMethodDescriptiondefault QOM.UnmodifiableList<? extends JSONEntry<?>>
QOM.JSONObject.$entries()
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 TypeMethodDescriptiondefault @NotNull QOM.JSONObject<T>
QOM.JSONObject.$entries
(QOM.UnmodifiableList<? extends JSONEntry<?>> newEntries) static @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.