@NotNull SelectForJSONCommonDirectivesStep<R> | 
SelectForJSONStep.auto() | 
 Add a SQL Server-style FOR JSON AUTO clause. 
 | 
@NotNull SelectForJSONCommonDirectivesStep<R> | 
SelectForJSONCommonDirectivesStep.includeNullValues() | 
 Add a SQL Server-style FOR JSON .., INCLUDE_NULL_VALUES clause. 
 | 
@NotNull SelectForJSONCommonDirectivesStep<R> | 
SelectForJSONStep.path() | 
 Add a SQL Server-style FOR JSON PATH clause. 
 | 
@NotNull SelectForJSONCommonDirectivesStep<R> | 
SelectForJSONCommonDirectivesStep.root() | 
 Add a SQL Server-style FOR JSON .., ROOT clause. 
 | 
@NotNull SelectForJSONCommonDirectivesStep<R> | 
SelectForJSONCommonDirectivesStep.root(String rootName) | 
 Add a SQL Server-style FOR JSON .., ROOT clause. 
 | 
@NotNull SelectForJSONCommonDirectivesStep<R> | 
SelectForJSONCommonDirectivesStep.withoutArrayWrapper() | 
 Add a SQL Server-style FOR JSON .., WITHOUT_ARRAY_WRAPPER clause. 
 |