Uses of Interface
org.jooq.JSONTableColumnsStep
-
Uses of JSONTableColumnsStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
A step in the construction of anJSON_TABLE
expression.Modifier and TypeMethodDescription@NotNull JSONTableColumnsStep
JSONTableColumnForOrdinalityStep.forOrdinality()
Specify theFOR ORDINALITY
clause on a column in theCOLUMNS
clause of theJSON_TABLE
predicate.@NotNull JSONTableColumnsStep
Specify thePATH
of a column in theCOLUMNS
clause of theJSON_TABLE
predicate.