Uses of Interface
org.jooq.SelectForJSONStep
-
Uses of SelectForJSONStep in org.jooq
Modifier and TypeMethodDescription@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.