Uses of Interface
org.jooq.JSONEntry
Packages that use 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
Methods in org.jooq.impl that return JSONEntryModifier 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...).Methods in org.jooq.impl with parameters of type JSONEntryModifier and TypeMethodDescriptionstatic @NotNull JSONObjectNullStep<JSONB>DSL.jsonbObject(JSONEntry<?>... entries)TheJSONB_OBJECTfunction.static @NotNull JSONObjectAggNullStep<JSONB>DSL.jsonbObjectAgg(JSONEntry<?> entry)The JSONB object aggregate function.static @NotNull JSONObjectNullStep<JSON>DSL.jsonObject(JSONEntry<?>... entries)TheJSON_OBJECTfunction.static @NotNull JSONObjectAggNullStep<JSON>DSL.jsonObjectAgg(JSONEntry<?> entry)The JSON object aggregate function.Method parameters in org.jooq.impl with type arguments of type JSONEntryModifier and TypeMethodDescriptionstatic @NotNull JSONObjectNullStep<JSONB>DSL.jsonbObject(Collection<? extends JSONEntry<?>> entries)TheJSONB_OBJECTfunction.static @NotNull JSONObjectNullStep<JSON>DSL.jsonObject(Collection<? extends JSONEntry<?>> entries)TheJSON_OBJECTfunction.