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 interfaceXMLTableColumnPathStepA step in the construction of anXMLTABLEexpression.Methods in org.jooq that return XMLTableColumnsStep Modifier and Type Method Description @NotNull XMLTableColumnsStepXMLTableColumnForOrdinalityStep. forOrdinality()Specify theFOR ORDINALITYclause on a column in theCOLUMNSclause of theXMLTABLEpredicate.@NotNull XMLTableColumnsStepXMLTableColumnPathStep. path(String path)Specify thePATHof a column in theCOLUMNSclause of theXMLTABLEpredicate.
-