Uses of Interface
org.jooq.SelectForJSONCommonDirectivesStep
Packages that use SelectForJSONCommonDirectivesStep
-
Uses of SelectForJSONCommonDirectivesStep in org.jooq
Methods in org.jooq that return SelectForJSONCommonDirectivesStepModifier and TypeMethodDescription@NotNull SelectForJSONCommonDirectivesStep<R> SelectForJSONStep.auto()Add a SQL Server-styleFOR JSON AUTOclause.@NotNull SelectForJSONCommonDirectivesStep<R> SelectForJSONCommonDirectivesStep.includeNullValues()Add a SQL Server-styleFOR JSON …, INCLUDE_NULL_VALUESclause.@NotNull SelectForJSONCommonDirectivesStep<R> SelectForJSONStep.path()Add a SQL Server-styleFOR JSON PATHclause.@NotNull SelectForJSONCommonDirectivesStep<R> SelectForJSONCommonDirectivesStep.root()Add a SQL Server-styleFOR JSON …, ROOTclause.@NotNull SelectForJSONCommonDirectivesStep<R> Add a SQL Server-styleFOR JSON …, ROOTclause.@NotNull SelectForJSONCommonDirectivesStep<R> SelectForJSONCommonDirectivesStep.withoutArrayWrapper()Add a SQL Server-styleFOR JSON …, WITHOUT_ARRAY_WRAPPERclause.