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.access This package contains classes related to theSQLDialect.ACCESS
dialect family.org.jooq.util.ase This package contains classes related to theSQLDialect.ASE
dialect family.org.jooq.util.cockroachdb This package contains classes related to theSQLDialect.COCKROACHDB
dialect family.org.jooq.util.db2 This package contains classes related to theSQLDialect.DB2
dialect family.org.jooq.util.derby This package contains classes related to theSQLDialect.DERBY
dialect family.org.jooq.util.firebird This package contains classes related to theSQLDialect.FIREBIRD
dialect family.org.jooq.util.h2 This package contains classes related to theSQLDialect.H2
dialect family.org.jooq.util.hana This package contains classes related to theSQLDialect.HANA
dialect family.org.jooq.util.hsqldb This package contains classes related to theSQLDialect.HSQLDB
dialect family.org.jooq.util.informix This package contains classes related to theSQLDialect.INFORMIX
dialect family.org.jooq.util.ingres This package contains classes related to theSQLDialect.INGRES
dialect family.org.jooq.util.mariadb This package contains classes related to theSQLDialect.MARIADB
dialect family.org.jooq.util.memsql This package contains classes related to theSQLDialect.MEMSQL
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.org.jooq.util.sqlite This package contains classes related to theSQLDialect.SQLITE
dialect family.org.jooq.util.sybase This package contains classes related to theSQLDialect.SYBASE
dialect family.org.jooq.util.teradata This package contains classes related to theSQLDialect.TERADATA
dialect family.org.jooq.util.vertica This package contains classes related to theSQLDialect.VERTICA
dialect family. -
-
Uses of JSON in org.jooq
Methods in org.jooq that return JSON Modifier and Type Method Description static @NotNull JSON
JSON. json(String data)
Create a newJSON
instance from string data input.static @NotNull JSON
JSON. valueOf(String data)
Create a newJSON
instance from string data input.Methods in org.jooq that return types with arguments of type JSON Modifier and Type Method Description @NotNull SelectForJSONStep<Record1<JSON>>
SelectForStep. forJSON()
Add a SQL Server-styleFOR JSON
clause. -
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 @NotNull Param<JSON>
DSL. inline(JSON value)
Create a bind value that is always inlined.static @NotNull JSONArrayNullStep<JSON>
DSL. jsonArray(Collection<? extends Field<?>> fields)
The JSON array constructor.static @NotNull JSONArrayNullStep<JSON>
DSL. jsonArray(Field<?>... fields)
The JSON array constructor.static @NotNull JSONArrayAggOrderByStep<JSON>
DSL. jsonArrayAgg(Field<?> value)
The JSON array aggregate function.static @NotNull JSONObjectNullStep<JSON>
DSL. jsonObject()
The JSON object constructor.static @NotNull JSONObjectNullStep<JSON>
DSL. jsonObject(String key, Field<?> value)
The JSON object constructor.static @NotNull JSONObjectNullStep<JSON>
DSL. jsonObject(Collection<? extends JSONEntry<?>> entries)
The JSON object constructor.static @NotNull JSONObjectNullStep<JSON>
DSL. jsonObject(Field<?>... entries)
The JSON object constructor.static @NotNull JSONObjectNullStep<JSON>
DSL. jsonObject(Field<String> key, Field<?> value)
The JSON object constructor.static @NotNull JSONObjectNullStep<JSON>
DSL. jsonObject(JSONEntry<?>... entries)
The JSON object constructor.static @NotNull JSONObjectAggNullStep<JSON>
DSL. jsonObjectAgg(String key, Field<?> value)
The JSON object aggregate function.static @NotNull JSONObjectAggNullStep<JSON>
DSL. jsonObjectAgg(Field<?> value)
The JSON object aggregate function.static @NotNull JSONObjectAggNullStep<JSON>
DSL. jsonObjectAgg(Field<String> key, Field<?> value)
The JSON object aggregate function.static @NotNull JSONObjectAggNullStep<JSON>
DSL. jsonObjectAgg(JSONEntry<?> entry)
The JSON object aggregate function.static @NotNull JSONValueOnStep<JSON>
DSL. jsonValue(Field<JSON> json, String path)
The JSON value extractor function.static @NotNull JSONValueOnStep<JSON>
DSL. jsonValue(Field<JSON> json, Field<String> path)
The JSON value extractor function.static @NotNull Param<JSON>
DSL. val(JSON value)
Get a bind value.static @NotNull Param<JSON>
DSL. value(JSON value)
A synonym forDSL.val(JSON)
to be used in Scala and Groovy, whereval
is a reserved keyword.Methods in org.jooq.impl with parameters of type JSON Modifier and Type Method Description static @NotNull Param<JSON>
DSL. inline(JSON value)
Create a bind value that is always inlined.static @NotNull JSONTableColumnsFirstStep
DSL. jsonTable(JSON json, String path)
The JSON table function.static @NotNull Param<JSON>
DSL. val(JSON value)
Get a bind value.static @NotNull Param<JSON>
DSL. value(JSON value)
A synonym forDSL.val(JSON)
to be used in Scala and Groovy, whereval
is a reserved keyword.Method parameters in org.jooq.impl with type arguments of type JSON Modifier and Type Method Description static @NotNull JSONExistsOnStep
DSL. jsonExists(Field<JSON> field, String path)
The JSON exists predicate.static @NotNull JSONExistsOnStep
DSL. jsonExists(Field<JSON> field, Field<String> path)
The JSON exists predicate.static @NotNull JSONTableColumnsFirstStep
DSL. jsonTable(Field<JSON> json, Field<String> path)
The JSON table function.static @NotNull JSONValueOnStep<JSON>
DSL. jsonValue(Field<JSON> json, String path)
The JSON value extractor function.static @NotNull JSONValueOnStep<JSON>
DSL. jsonValue(Field<JSON> json, Field<String> path)
The JSON value extractor function. -
Uses of JSON in org.jooq.util.access
Fields in org.jooq.util.access with type parameters of type JSON Modifier and Type Field Description protected static DataType<JSON>
AccessDataType. __JSON
Deprecated. -
Uses of JSON in org.jooq.util.ase
Fields in org.jooq.util.ase with type parameters of type JSON Modifier and Type Field Description protected static DataType<JSON>
ASEDataType. __JSON
Deprecated. -
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.db2
Fields in org.jooq.util.db2 with type parameters of type JSON Modifier and Type Field Description protected static DataType<JSON>
DB2DataType. __JSON
Deprecated. -
Uses of JSON in org.jooq.util.derby
Fields in org.jooq.util.derby with type parameters of type JSON Modifier and Type Field Description protected static DataType<JSON>
DerbyDataType. __JSON
Deprecated. -
Uses of JSON in org.jooq.util.firebird
Fields in org.jooq.util.firebird with type parameters of type JSON Modifier and Type Field Description protected static DataType<JSON>
FirebirdDataType. __JSON
Deprecated. -
Uses of JSON in org.jooq.util.h2
Fields in org.jooq.util.h2 with type parameters of type JSON Modifier and Type Field Description static DataType<JSON>
H2DataType. JSON
Deprecated. -
Uses of JSON in org.jooq.util.hana
Fields in org.jooq.util.hana with type parameters of type JSON Modifier and Type Field Description protected static DataType<JSON>
HanaDataType. __JSON
Deprecated. -
Uses of JSON in org.jooq.util.hsqldb
Fields in org.jooq.util.hsqldb with type parameters of type JSON Modifier and Type Field Description protected static DataType<JSON>
HSQLDBDataType. __JSON
Deprecated. -
Uses of JSON in org.jooq.util.informix
Fields in org.jooq.util.informix with type parameters of type JSON Modifier and Type Field Description protected static DataType<JSON>
InformixDataType. __JSON
Deprecated. -
Uses of JSON in org.jooq.util.ingres
Fields in org.jooq.util.ingres with type parameters of type JSON Modifier and Type Field Description protected static DataType<JSON>
IngresDataType. __JSON
Deprecated. -
Uses of JSON in org.jooq.util.mariadb
Fields in org.jooq.util.mariadb with type parameters of type JSON Modifier and Type Field Description static DataType<JSON>
MariaDBDataType. JSON
Deprecated. -
Uses of JSON in org.jooq.util.memsql
Fields in org.jooq.util.memsql with type parameters of type JSON Modifier and Type Field Description protected static DataType<JSON>
MemSQLDataType. __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. -
Uses of JSON in org.jooq.util.sqlite
Fields in org.jooq.util.sqlite with type parameters of type JSON Modifier and Type Field Description protected static DataType<JSON>
SQLiteDataType. __JSON
Deprecated. -
Uses of JSON in org.jooq.util.sybase
Fields in org.jooq.util.sybase with type parameters of type JSON Modifier and Type Field Description protected static DataType<JSON>
SybaseDataType. __JSON
Deprecated. -
Uses of JSON in org.jooq.util.teradata
Fields in org.jooq.util.teradata with type parameters of type JSON Modifier and Type Field Description protected static DataType<JSON>
TeradataDataType. __JSON
Deprecated. -
Uses of JSON in org.jooq.util.vertica
Fields in org.jooq.util.vertica with type parameters of type JSON Modifier and Type Field Description protected static DataType<JSON>
VerticaDataType. __JSON
Deprecated.
-