Uses of Interface
org.jooq.JSONTableColumnForOrdinalityStep
-
Packages that use JSONTableColumnForOrdinalityStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of JSONTableColumnForOrdinalityStep in org.jooq
Subinterfaces of JSONTableColumnForOrdinalityStep in org.jooq Modifier and Type Interface Description interface
JSONTableColumnPathStep
A step in the construction of anJSON_TABLE
expression.Methods in org.jooq that return JSONTableColumnForOrdinalityStep Modifier and Type Method Description @NotNull JSONTableColumnForOrdinalityStep
JSONTableColumnsFirstStep. column(String name)
Add a column to theCOLUMNS
clause of theJSON_TABLE
expression.@NotNull JSONTableColumnForOrdinalityStep
JSONTableColumnsFirstStep. column(Name name)
Add a column to theCOLUMNS
clause of theJSON_TABLE
expression.
-