Uses of Interface
org.jooq.XMLTableColumnsStep
-
Packages that use XMLTableColumnsStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of XMLTableColumnsStep in org.jooq
Subinterfaces of XMLTableColumnsStep in org.jooq Modifier and Type Interface Description interface
XMLTableColumnPathStep
A step in the construction of anXMLTABLE
expression.Methods in org.jooq that return XMLTableColumnsStep Modifier and Type Method Description @NotNull XMLTableColumnsStep
XMLTableColumnForOrdinalityStep. forOrdinality()
Specify theFOR ORDINALITY
clause on a column in theCOLUMNS
clause of theXMLTABLE
predicate.@NotNull XMLTableColumnsStep
XMLTableColumnPathStep. path(String path)
Specify thePATH
of a column in theCOLUMNS
clause of theXMLTABLE
predicate.
-