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.ACCESSdialect family.org.jooq.util.ase This package contains classes related to theSQLDialect.ASEdialect family.org.jooq.util.cockroachdb This package contains classes related to theSQLDialect.COCKROACHDBdialect family.org.jooq.util.db2 This package contains classes related to theSQLDialect.DB2dialect family.org.jooq.util.derby This package contains classes related to theSQLDialect.DERBYdialect family.org.jooq.util.firebird This package contains classes related to theSQLDialect.FIREBIRDdialect family.org.jooq.util.h2 This package contains classes related to theSQLDialect.H2dialect family.org.jooq.util.hana This package contains classes related to theSQLDialect.HANAdialect family.org.jooq.util.hsqldb This package contains classes related to theSQLDialect.HSQLDBdialect family.org.jooq.util.informix This package contains classes related to theSQLDialect.INFORMIXdialect family.org.jooq.util.ingres This package contains classes related to theSQLDialect.INGRESdialect family.org.jooq.util.mariadb This package contains classes related to theSQLDialect.MARIADBdialect family.org.jooq.util.memsql This package contains classes related to theSQLDialect.MEMSQLdialect family.org.jooq.util.mysql This package contains classes related to theSQLDialect.MYSQLdialect family.org.jooq.util.postgres This package contains classes related to theSQLDialect.POSTGRESdialect family.org.jooq.util.sqlite This package contains classes related to theSQLDialect.SQLITEdialect family.org.jooq.util.sybase This package contains classes related to theSQLDialect.SYBASEdialect family.org.jooq.util.teradata This package contains classes related to theSQLDialect.TERADATAdialect family.org.jooq.util.vertica This package contains classes related to theSQLDialect.VERTICAdialect family. -
-
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.
-