Uses of Interface
org.jooq.JSONTableColumnsStep
-
Packages that use JSONTableColumnsStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of JSONTableColumnsStep in org.jooq
Subinterfaces of JSONTableColumnsStep in org.jooq Modifier and Type Interface Description interfaceJSONTableColumnPathStepA step in the construction of anJSON_TABLEexpression.Methods in org.jooq that return JSONTableColumnsStep Modifier and Type Method Description @NotNull JSONTableColumnsStepJSONTableColumnForOrdinalityStep. forOrdinality()Specify theFOR ORDINALITYclause on a column in theCOLUMNSclause of theJSON_TABLEpredicate.@NotNull JSONTableColumnsStepJSONTableColumnPathStep. path(String path)Specify thePATHof a column in theCOLUMNSclause of theJSON_TABLEpredicate.
-