Uses of Interface
org.jooq.SelectForXMLCommonDirectivesStep
- 
Packages that use SelectForXMLCommonDirectivesStep Package Description org.jooq This package contains jOOQ's public API. - 
- 
Uses of SelectForXMLCommonDirectivesStep in org.jooq
Subinterfaces of SelectForXMLCommonDirectivesStep in org.jooq Modifier and Type Interface Description interfaceSelectForXMLPathDirectivesStep<R extends Record>interfaceSelectForXMLRawDirectivesStep<R extends Record>Methods in org.jooq that return SelectForXMLCommonDirectivesStep Modifier and Type Method Description @NotNull SelectForXMLCommonDirectivesStep<R>SelectForXMLPathDirectivesStep. elements()Add a SQL Server-styleFOR XML PATH, ELEMENTSclause.@NotNull SelectForXMLCommonDirectivesStep<R>SelectForXMLRawDirectivesStep. elements()Add a SQL Server-styleFOR XML RAW, ELEMENTSclause. 
 -