Uses of Interface
org.jooq.JSONTableColumnsStep
Packages that use JSONTableColumnsStep
-
Uses of JSONTableColumnsStep in org.jooq
Subinterfaces of JSONTableColumnsStep in org.jooqModifier and TypeInterfaceDescriptioninterface
A step in the construction of anJSON_TABLE
expression.Methods in org.jooq that return JSONTableColumnsStepModifier 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.