Uses of Class
org.jooq.JSON
-
Packages that use JSON Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes.org.jooq.util.mysql Theorg.jooq.util.asepackage contains classes related to theSQLDialect.MYSQLdialect.org.jooq.util.postgres Theorg.jooq.util.asepackage contains classes related to theSQLDialect.POSTGRESdialect. -
-
Uses of JSON in org.jooq
Methods in org.jooq that return JSON Modifier and Type Method Description static JSONJSON. 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. JSONTheJSONtype.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.mysql
Fields in org.jooq.util.mysql with type parameters of type JSON Modifier and Type Field Description static DataType<JSON>MySQLDataType. JSONDeprecated. -
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. JSONDeprecated.
-