Uses of Interface
org.jooq.SelectForJSONStep
-
Packages that use SelectForJSONStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of SelectForJSONStep in org.jooq
Methods in org.jooq that return SelectForJSONStep Modifier and Type Method Description @NotNull SelectForJSONStep<Record1<JSON>>
SelectForStep. forJSON()
Add a SQL Server-styleFOR JSON
clause.@NotNull SelectForJSONStep<Record1<JSONB>>
SelectForStep. forJSONB()
Add a SQL Server-styleFOR JSON
clause.
-