Uses of Class
org.jooq.JSONB
-
Packages that use JSONB 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 JSONB in org.jooq
Methods in org.jooq that return JSONB Modifier and Type Method Description static @NotNull JSONBJSONB. jsonb(String data)Create a newJSONBinstance from string data input.static @NotNull JSONBJSONB. valueOf(String data)Create a newJSONBinstance from string data input.Methods in org.jooq that return types with arguments of type JSONB Modifier and Type Method Description @NotNull SelectForJSONStep<Record1<JSONB>>SelectForStep. forJSONB()Add a SQL Server-styleFOR JSONclause. -
Uses of JSONB in org.jooq.impl
Fields in org.jooq.impl with type parameters of type JSONB Modifier and Type Field Description static DataType<JSONB>SQLDataType. JSONBTheJSONBtype.Methods in org.jooq.impl that return types with arguments of type JSONB Modifier and Type Method Description static @NotNull Param<JSONB>DSL. inline(JSONB value)Create a bind value that is always inlined.static @NotNull JSONArrayNullStep<JSONB>DSL. jsonbArray(Collection<? extends Field<?>> fields)The JSONB array constructor.static @NotNull JSONArrayNullStep<JSONB>DSL. jsonbArray(Field<?>... fields)The JSONB array constructor.static @NotNull JSONArrayAggOrderByStep<JSONB>DSL. jsonbArrayAgg(Field<?> value)The JSON array aggregate function.static @NotNull JSONObjectNullStep<JSONB>DSL. jsonbObject(Collection<? extends JSONEntry<?>> entries)The JSONB object constructor.static @NotNull JSONObjectNullStep<JSONB>DSL. jsonbObject(Field<?>... entries)The JSONB object constructor.static @NotNull JSONObjectNullStep<JSONB>DSL. jsonbObject(JSONEntry<?>... entries)The JSONB object constructor.static @NotNull JSONObjectAggNullStep<JSONB>DSL. jsonbObjectAgg(String key, Field<?> value)The JSONB object aggregate function.static @NotNull JSONObjectAggNullStep<JSONB>DSL. jsonbObjectAgg(Field<?> field)The JSONB object aggregate function.static @NotNull JSONObjectAggNullStep<JSONB>DSL. jsonbObjectAgg(Field<String> key, Field<?> value)The JSONB object aggregate function.static @NotNull JSONObjectAggNullStep<JSONB>DSL. jsonbObjectAgg(JSONEntry<?> entry)The JSONB object aggregate function.static @NotNull JSONValueOnStep<JSONB>DSL. jsonbValue(Field<JSONB> json, String path)The JSON value extractor function.static @NotNull JSONValueOnStep<JSONB>DSL. jsonbValue(Field<JSONB> json, Field<String> path)The JSON value extractor function.static @NotNull Param<JSONB>DSL. val(JSONB value)Get a bind value.static @NotNull Param<JSONB>DSL. value(JSONB value)A synonym forDSL.val(JSONB)to be used in Scala and Groovy, wherevalis a reserved keyword.Methods in org.jooq.impl with parameters of type JSONB Modifier and Type Method Description static @NotNull Param<JSONB>DSL. inline(JSONB value)Create a bind value that is always inlined.static @NotNull JSONTableColumnsFirstStepDSL. jsonbTable(JSONB json, String path)The JSON table function.static @NotNull Param<JSONB>DSL. val(JSONB value)Get a bind value.static @NotNull Param<JSONB>DSL. value(JSONB value)A synonym forDSL.val(JSONB)to be used in Scala and Groovy, wherevalis a reserved keyword.Method parameters in org.jooq.impl with type arguments of type JSONB Modifier and Type Method Description static @NotNull JSONExistsOnStepDSL. jsonbExists(Field<JSONB> field, String path)The JSONB exists predicate.static @NotNull JSONExistsOnStepDSL. jsonbExists(Field<JSONB> field, Field<String> path)The JSONB exists predicate.static @NotNull JSONTableColumnsFirstStepDSL. jsonbTable(Field<JSONB> json, Field<String> path)The JSON table function.static @NotNull JSONValueOnStep<JSONB>DSL. jsonbValue(Field<JSONB> json, String path)The JSON value extractor function.static @NotNull JSONValueOnStep<JSONB>DSL. jsonbValue(Field<JSONB> json, Field<String> path)The JSON value extractor function. -
Uses of JSONB in org.jooq.util.access
Fields in org.jooq.util.access with type parameters of type JSONB Modifier and Type Field Description protected static DataType<JSONB>AccessDataType. __JSONBDeprecated. -
Uses of JSONB in org.jooq.util.ase
Fields in org.jooq.util.ase with type parameters of type JSONB Modifier and Type Field Description protected static DataType<JSONB>ASEDataType. __JSONBDeprecated. -
Uses of JSONB in org.jooq.util.cockroachdb
Fields in org.jooq.util.cockroachdb with type parameters of type JSONB Modifier and Type Field Description static DataType<JSONB>CockroachDBDataType. JSONBDeprecated. -
Uses of JSONB in org.jooq.util.db2
Fields in org.jooq.util.db2 with type parameters of type JSONB Modifier and Type Field Description protected static DataType<JSONB>DB2DataType. __JSONBDeprecated. -
Uses of JSONB in org.jooq.util.derby
Fields in org.jooq.util.derby with type parameters of type JSONB Modifier and Type Field Description protected static DataType<JSONB>DerbyDataType. __JSONBDeprecated. -
Uses of JSONB in org.jooq.util.firebird
Fields in org.jooq.util.firebird with type parameters of type JSONB Modifier and Type Field Description protected static DataType<JSONB>FirebirdDataType. __JSONBDeprecated. -
Uses of JSONB in org.jooq.util.h2
Fields in org.jooq.util.h2 with type parameters of type JSONB Modifier and Type Field Description static DataType<JSONB>H2DataType. JSONBDeprecated. -
Uses of JSONB in org.jooq.util.hana
Fields in org.jooq.util.hana with type parameters of type JSONB Modifier and Type Field Description protected static DataType<JSONB>HanaDataType. __JSONBDeprecated. -
Uses of JSONB in org.jooq.util.hsqldb
Fields in org.jooq.util.hsqldb with type parameters of type JSONB Modifier and Type Field Description protected static DataType<JSONB>HSQLDBDataType. __JSONBDeprecated. -
Uses of JSONB in org.jooq.util.informix
Fields in org.jooq.util.informix with type parameters of type JSONB Modifier and Type Field Description protected static DataType<JSONB>InformixDataType. __JSONBDeprecated. -
Uses of JSONB in org.jooq.util.ingres
Fields in org.jooq.util.ingres with type parameters of type JSONB Modifier and Type Field Description protected static DataType<JSONB>IngresDataType. __JSONBDeprecated. -
Uses of JSONB in org.jooq.util.mariadb
Fields in org.jooq.util.mariadb with type parameters of type JSONB Modifier and Type Field Description protected static DataType<JSONB>MariaDBDataType. __JSONBDeprecated. -
Uses of JSONB in org.jooq.util.memsql
Fields in org.jooq.util.memsql with type parameters of type JSONB Modifier and Type Field Description protected static DataType<JSONB>MemSQLDataType. __JSONBDeprecated. -
Uses of JSONB in org.jooq.util.mysql
Fields in org.jooq.util.mysql with type parameters of type JSONB Modifier and Type Field Description protected static DataType<JSONB>MySQLDataType. __JSONBDeprecated. -
Uses of JSONB in org.jooq.util.postgres
Fields in org.jooq.util.postgres with type parameters of type JSONB Modifier and Type Field Description static DataType<JSONB>PostgresDataType. JSONBDeprecated. -
Uses of JSONB in org.jooq.util.sqlite
Fields in org.jooq.util.sqlite with type parameters of type JSONB Modifier and Type Field Description protected static DataType<JSONB>SQLiteDataType. __JSONBDeprecated. -
Uses of JSONB in org.jooq.util.sybase
Fields in org.jooq.util.sybase with type parameters of type JSONB Modifier and Type Field Description protected static DataType<JSONB>SybaseDataType. __JSONBDeprecated. -
Uses of JSONB in org.jooq.util.teradata
Fields in org.jooq.util.teradata with type parameters of type JSONB Modifier and Type Field Description protected static DataType<JSONB>TeradataDataType. __JSONBDeprecated. -
Uses of JSONB in org.jooq.util.vertica
Fields in org.jooq.util.vertica with type parameters of type JSONB Modifier and Type Field Description protected static DataType<JSONB>VerticaDataType. __JSONBDeprecated.
-