-
- All Known Subinterfaces:
XMLTableColumnPathStep
public interface XMLTableColumnForOrdinalityStepA step in the construction of anXMLTABLEexpression.- Author:
- Lukas Eder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull XMLTableColumnsStepforOrdinality()Specify theFOR ORDINALITYclause on a column in theCOLUMNSclause of theXMLTABLEpredicate.
-
-
-
Method Detail
-
forOrdinality
@NotNull @Support({DB2,HANA,ORACLE,POSTGRES_10,SQLSERVER}) @NotNull XMLTableColumnsStep forOrdinality()
Specify theFOR ORDINALITYclause on a column in theCOLUMNSclause of theXMLTABLEpredicate.
-
-