Uses of Interface
org.jooq.SelectForXMLCommonDirectivesStep
Packages that use SelectForXMLCommonDirectivesStep
-
Uses of SelectForXMLCommonDirectivesStep in org.jooq
Subinterfaces of SelectForXMLCommonDirectivesStep in org.jooqModifier and TypeInterfaceDescriptioninterface
SelectForXMLPathDirectivesStep<R extends Record>
interface
SelectForXMLRawDirectivesStep<R extends Record>
Methods in org.jooq that return SelectForXMLCommonDirectivesStepModifier and TypeMethodDescription@NotNull SelectForXMLCommonDirectivesStep
<R> SelectForXMLCommonDirectivesStep.binaryBase64()
Add a SQL Server-styleFOR XML …, BINARY BASE64
clause.@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.@NotNull SelectForXMLCommonDirectivesStep
<R> SelectForXMLPathDirectivesStep.elementsAbsent()
Add a SQL Server-styleFOR XML PATH, ELEMENTS ABSENT
clause.@NotNull SelectForXMLCommonDirectivesStep
<R> SelectForXMLRawDirectivesStep.elementsAbsent()
Add a SQL Server-styleFOR XML PATH, ELEMENTS ABSENT
clause.@NotNull SelectForXMLCommonDirectivesStep
<R> SelectForXMLPathDirectivesStep.elementsXsinil()
Add a SQL Server-styleFOR XML PATH, ELEMENTS XSINIL
clause.@NotNull SelectForXMLCommonDirectivesStep
<R> SelectForXMLRawDirectivesStep.elementsXsinil()
Add a SQL Server-styleFOR XML PATH, ELEMENTS XSINIL
clause.@NotNull SelectForXMLCommonDirectivesStep
<R> SelectForXMLCommonDirectivesStep.root()
Add a SQL Server-styleFOR XML …, ROOT
clause.@NotNull SelectForXMLCommonDirectivesStep
<R> Add a SQL Server-styleFOR XML …, ROOT
clause.@NotNull SelectForXMLCommonDirectivesStep
<R> SelectForXMLCommonDirectivesStep.type()
Add a SQL Server-styleFOR XML …, ROOT
clause.