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