Package | Description |
---|---|
org.jooq |
This package contains jOOQ's public API.
|
org.jooq.impl |
This package contains jOOQ's implementation classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JSONTableColumnPathStep
A step in the construction of an
JSON_TABLE expression. |
interface |
JSONTableColumnsStep
A step in the construction of an
JSON_TABLE expression. |
Modifier and Type | Method and Description |
---|---|
static @NotNull JSONTableColumnsFirstStep |
DSL.jsonbTable(Field<JSONB> json,
Field<String> path)
The JSON table function.
|
static @NotNull JSONTableColumnsFirstStep |
DSL.jsonbTable(JSONB json,
String path)
The JSON table function.
|
static @NotNull JSONTableColumnsFirstStep |
DSL.jsonTable(Field<JSON> json,
Field<String> path)
The JSON table function.
|
static @NotNull JSONTableColumnsFirstStep |
DSL.jsonTable(JSON json,
String path)
The JSON table function.
|
Copyright © 2021. All rights reserved.