Uses of Class
org.jooq.JSON
-
Packages that use JSON Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes.org.jooq.util.cockroachdb This package contains classes related to theSQLDialect.COCKROACHDB
dialect family.org.jooq.util.mysql This package contains classes related to theSQLDialect.MYSQL
dialect family.org.jooq.util.postgres This package contains classes related to theSQLDialect.POSTGRES
dialect family. -
-
Uses of JSON in org.jooq
Methods in org.jooq that return JSON Modifier and Type Method Description static JSON
JSON. valueOf(String data)
-
Uses of JSON in org.jooq.impl
Fields in org.jooq.impl with type parameters of type JSON Modifier and Type Field Description static DataType<JSON>
SQLDataType. JSON
TheJSON
type.Methods in org.jooq.impl that return types with arguments of type JSON Modifier and Type Method Description static Field<JSON>
DSL. jsonArray(Collection<? extends Field<?>> fields)
The JSON array constructor.static Field<JSON>
DSL. jsonArray(Field<?>... fields)
The JSON array constructor.static Field<JSON>
DSL. jsonObject(Collection<? extends JSONEntry<?>> entries)
The JSON object constructor.static Field<JSON>
DSL. jsonObject(Field<String> key, Field<?> value)
The JSON object constructor.static Field<JSON>
DSL. jsonObject(JSONEntry<?>... entries)
The JSON object constructor. -
Uses of JSON in org.jooq.util.cockroachdb
Fields in org.jooq.util.cockroachdb with type parameters of type JSON Modifier and Type Field Description static DataType<JSON>
CockroachDBDataType. JSON
Deprecated. -
Uses of JSON in org.jooq.util.mysql
Fields in org.jooq.util.mysql with type parameters of type JSON Modifier and Type Field Description static DataType<JSON>
MySQLDataType. JSON
Deprecated. -
Uses of JSON in org.jooq.util.postgres
Fields in org.jooq.util.postgres with type parameters of type JSON Modifier and Type Field Description static DataType<JSON>
PostgresDataType. JSON
Deprecated.
-