Uses of Class
org.jooq.JSON
-
Packages that use JSON Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes.org.jooq.util.cockroachdb Theorg.jooq.util.ase
package contains classes related to theSQLDialect.COCKROACHDB
dialect.org.jooq.util.mysql Theorg.jooq.util.ase
package contains classes related to theSQLDialect.MYSQL
dialect.org.jooq.util.postgres Theorg.jooq.util.ase
package contains classes related to theSQLDialect.POSTGRES
dialect. -
-
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.
-