Uses of Interface
org.jooq.JSONTableColumnsFirstStep
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of JSONTableColumnsFirstStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
A step in the construction of anJSON_TABLE
expression.interface
A step in the construction of anJSON_TABLE
expression. -
Uses of JSONTableColumnsFirstStep in org.jooq.impl
Modifier and TypeMethodDescriptionstatic @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
The JSON table function.static @NotNull JSONTableColumnsFirstStep
The JSON table function.