Uses of Interface
org.jooq.JSONTableColumnsFirstStep
-
Packages that use JSONTableColumnsFirstStep Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes. -
-
Uses of JSONTableColumnsFirstStep in org.jooq
Subinterfaces of JSONTableColumnsFirstStep in org.jooq Modifier and Type Interface Description interfaceJSONTableColumnPathStepA step in the construction of anJSON_TABLEexpression.interfaceJSONTableColumnsStepA step in the construction of anJSON_TABLEexpression. -
Uses of JSONTableColumnsFirstStep in org.jooq.impl
Methods in org.jooq.impl that return JSONTableColumnsFirstStep Modifier and Type Method Description static @NotNull JSONTableColumnsFirstStepDSL. jsonbTable(Field<JSONB> json, Field<String> path)The JSON table function.static @NotNull JSONTableColumnsFirstStepDSL. jsonbTable(JSONB json, String path)The JSON table function.static @NotNull JSONTableColumnsFirstStepDSL. jsonTable(Field<JSON> json, Field<String> path)The JSON table function.static @NotNull JSONTableColumnsFirstStepDSL. jsonTable(JSON json, String path)The JSON table function.
-