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 interface
SelectForXMLPathDirectivesStep<R extends Record>
interface
SelectForXMLRawDirectivesStep<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, ELEMENTS
clause.@NotNull SelectForXMLCommonDirectivesStep<R>
SelectForXMLRawDirectivesStep. elements()
Add a SQL Server-styleFOR XML RAW, ELEMENTS
clause.
-