Uses of Class
org.jooq.JSONB
-
Packages that use JSONB Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes.org.jooq.util.cockroachdb Theorg.jooq.util.ase
package contains classes related to theSQLDialect.COCKROACHDB
dialect.org.jooq.util.mysql Theorg.jooq.util.ase
package contains classes related to theSQLDialect.MYSQL
dialect.org.jooq.util.postgres Theorg.jooq.util.ase
package contains classes related to theSQLDialect.POSTGRES
dialect. -
-
Uses of JSONB in org.jooq
Methods in org.jooq that return JSONB Modifier and Type Method Description static JSONB
JSONB. valueOf(String data)
-
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. JSONB
TheJSONB
type.Methods in org.jooq.impl that return types with arguments of type JSONB Modifier and Type Method Description static Field<JSONB>
DSL. jsonbArray(Collection<? extends Field<?>> fields)
The JSONB array constructor.static Field<JSONB>
DSL. jsonbArray(Field<?>... fields)
The JSONB array constructor.static Field<JSONB>
DSL. jsonbObject(Collection<? extends JSONEntry<?>> entries)
The JSONB object constructor.static Field<JSONB>
DSL. jsonbObject(JSONEntry<?>... entries)
The JSONB object constructor. -
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. JSONB
Deprecated. -
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. __JSONB
Deprecated. -
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. JSONB
Deprecated.
-