Package | Description |
---|---|
org.jooq.impl |
This package contains jOOQ's implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static @NotNull JSONValueOnStep<JSONB> |
DSL.jsonbValue(Field<JSONB> json,
Field<String> path)
The JSON value extractor function.
|
static @NotNull JSONValueOnStep<JSONB> |
DSL.jsonbValue(Field<JSONB> 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 JSONValueOnStep<JSON> |
DSL.jsonValue(Field<JSON> json,
String path)
The JSON value extractor function.
|
Copyright © 2021. All rights reserved.