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.access Theorg.jooq.util.asepackage contains classes related to theSQLDialect.ACCESSdialect family.org.jooq.util.ase Theorg.jooq.util.asepackage contains classes related to theSQLDialect.ASEdialect.org.jooq.util.cockroachdb Theorg.jooq.util.asepackage contains classes related to theSQLDialect.COCKROACHDBdialect.org.jooq.util.db2 Theorg.jooq.util.asepackage contains classes related to theSQLDialect.DB2dialect.org.jooq.util.derby Theorg.jooq.util.asepackage contains classes related to theSQLDialect.DERBYdialect.org.jooq.util.firebird Theorg.jooq.util.asepackage contains classes related to theSQLDialect.FIREBIRDdialect.org.jooq.util.h2 Theorg.jooq.util.asepackage contains classes related to theSQLDialect.H2dialect.org.jooq.util.hana Theorg.jooq.util.asepackage contains classes related to theSQLDialect.HANAdialect.org.jooq.util.hsqldb Theorg.jooq.util.asepackage contains classes related to theSQLDialect.HSQLDBdialect.org.jooq.util.informix Theorg.jooq.util.asepackage contains classes related to theSQLDialect.DB2dialect.org.jooq.util.ingres Theorg.jooq.util.asepackage contains classes related to theSQLDialect.INGRESdialect.org.jooq.util.mariadb Theorg.jooq.util.asepackage contains classes related to theSQLDialect.MARIADBdialect.org.jooq.util.memsql Theorg.jooq.util.asepackage contains classes related to theSQLDialect.MEMSQLdialect.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.org.jooq.util.sqlite Theorg.jooq.util.asepackage contains classes related to theSQLDialect.SQLITEdialect.org.jooq.util.sybase Theorg.jooq.util.asepackage contains classes related to theSQLDialect.SYBASEdialect.org.jooq.util.teradata Theorg.jooq.util.asepackage contains classes related to theSQLDialect.TERADATAdialect family.org.jooq.util.vertica -
-
Uses of JSON in org.jooq
Methods in org.jooq that return JSON Modifier and Type Method Description static @NotNull JSONJSON. json(String data)Create a newJSONinstance from string data input.static @NotNull JSONJSON. valueOf(String data)Create a newJSONinstance 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 JSONclause. -
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 @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, wherevalis 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 JSONTableColumnsFirstStepDSL. 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, wherevalis a reserved keyword.Method parameters in org.jooq.impl with type arguments of type JSON Modifier and Type Method Description static @NotNull JSONExistsOnStepDSL. jsonExists(Field<JSON> field, String path)The JSON exists predicate.static @NotNull JSONExistsOnStepDSL. jsonExists(Field<JSON> field, Field<String> path)The JSON exists predicate.static @NotNull JSONTableColumnsFirstStepDSL. 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. __JSONDeprecated. -
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. __JSONDeprecated. -
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. JSONDeprecated. -
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. __JSONDeprecated. -
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. __JSONDeprecated. -
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. __JSONDeprecated. -
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. JSONDeprecated. -
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. __JSONDeprecated. -
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. __JSONDeprecated. -
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. __JSONDeprecated. -
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. __JSONDeprecated. -
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. JSONDeprecated. -
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. __JSONDeprecated. -
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. -
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. __JSONDeprecated. -
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. __JSONDeprecated. -
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. __JSONDeprecated. -
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. __JSONDeprecated.
-