This package contains jOOQ's public API.
-
interface
This type is used for the
Select
's DSL API when selecting generic
Record
types.
interface
This type is used for the
Select
's DSL API when selecting generic
Record
types.
Add a SQL Server-style FOR XML …, BINARY BASE64
clause.
SelectForXMLPathDirectivesStep.elements()
Add a SQL Server-style FOR XML PATH, ELEMENTS
clause.
SelectForXMLRawDirectivesStep.elements()
Add a SQL Server-style FOR XML RAW, ELEMENTS
clause.
Add a SQL Server-style FOR XML PATH, ELEMENTS ABSENT
clause.
Add a SQL Server-style FOR XML PATH, ELEMENTS ABSENT
clause.
Add a SQL Server-style FOR XML PATH, ELEMENTS XSINIL
clause.
Add a SQL Server-style FOR XML PATH, ELEMENTS XSINIL
clause.
SelectForXMLCommonDirectivesStep.root()
Add a SQL Server-style FOR XML …, ROOT
clause.
SelectForXMLCommonDirectivesStep.root(String rootName)
Add a SQL Server-style FOR XML …, ROOT
clause.
SelectForXMLCommonDirectivesStep.type()
Add a SQL Server-style FOR XML …, ROOT
clause.