- All Known Subinterfaces:
- XMLTableColumnPathStep
public interface XMLTableColumnForOrdinalityStep
A step in the construction of an 
XMLTABLE expression.- Author:
- Lukas Eder
- 
Method SummaryModifier and TypeMethodDescription@NotNull XMLTableColumnsStepSpecify theFOR ORDINALITYclause on a column in theCOLUMNSclause of theXMLTABLEpredicate.
- 
Method Details- 
forOrdinality@NotNull @Support({DB2,HANA,ORACLE,POSTGRES_10,SQLSERVER,TERADATA}) @NotNull XMLTableColumnsStep forOrdinality()Specify theFOR ORDINALITYclause on a column in theCOLUMNSclause of theXMLTABLEpredicate.
 
-