Uses of Interface
org.jooq.SelectForXMLPathDirectivesStep
-
Packages that use SelectForXMLPathDirectivesStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of SelectForXMLPathDirectivesStep in org.jooq
Methods in org.jooq that return SelectForXMLPathDirectivesStep Modifier and Type Method Description @NotNull SelectForXMLPathDirectivesStep<R>SelectForXMLStep. path()Add a SQL Server-styleFOR XML PATHclause.@NotNull SelectForXMLPathDirectivesStep<R>SelectForXMLStep. path(String elementName)Add a SQL Server-styleFOR XML PATHclause.
-