-
- All Known Subinterfaces:
XMLTableColumnPathStep
public interface XMLTableColumnForOrdinalityStep
A step in the construction of anXMLTABLE
expression.- Author:
- Lukas Eder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull XMLTableColumnsStep
forOrdinality()
Specify theFOR ORDINALITY
clause on a column in theCOLUMNS
clause of theXMLTABLE
predicate.
-
-
-
Method Detail
-
forOrdinality
@NotNull @Support({DB2,HANA,ORACLE,POSTGRES_10,SQLSERVER}) @NotNull XMLTableColumnsStep forOrdinality()
Specify theFOR ORDINALITY
clause on a column in theCOLUMNS
clause of theXMLTABLE
predicate.
-
-