Uses of Interface
org.jooq.SelectForJSONCommonDirectivesStep
-
Uses of SelectForJSONCommonDirectivesStep in org.jooq
Modifier and TypeMethodDescription@NotNull SelectForJSONCommonDirectivesStep<R>
SelectForJSONStep.auto()
Add a SQL Server-styleFOR JSON AUTO
clause.@NotNull SelectForJSONCommonDirectivesStep<R>
SelectForJSONCommonDirectivesStep.includeNullValues()
Add a SQL Server-styleFOR JSON …, INCLUDE_NULL_VALUES
clause.@NotNull SelectForJSONCommonDirectivesStep<R>
SelectForJSONStep.path()
Add a SQL Server-styleFOR JSON PATH
clause.@NotNull SelectForJSONCommonDirectivesStep<R>
SelectForJSONCommonDirectivesStep.root()
Add a SQL Server-styleFOR JSON …, ROOT
clause.@NotNull SelectForJSONCommonDirectivesStep<R>
Add a SQL Server-styleFOR JSON …, ROOT
clause.@NotNull SelectForJSONCommonDirectivesStep<R>
SelectForJSONCommonDirectivesStep.withoutArrayWrapper()
Add a SQL Server-styleFOR JSON …, WITHOUT_ARRAY_WRAPPER
clause.