- All Known Subinterfaces:
 JSONTableColumnPathStep
public interface JSONTableColumnForOrdinalityStep
A step in the construction of an 
JSON_TABLE expression.- Author:
 - Lukas Eder
 
- 
Method Summary
Modifier and TypeMethodDescription@NotNull JSONTableColumnsStepSpecify theFOR ORDINALITYclause on a column in theCOLUMNSclause of theJSON_TABLEpredicate. 
- 
Method Details
- 
forOrdinality
@NotNull @Support({DB2_11,HANA,MARIADB_10_6,MYSQL_8_0_19,ORACLE12C,POSTGRES_12,SQLSERVER2016,YUGABYTEDB}) @NotNull JSONTableColumnsStep forOrdinality()Specify theFOR ORDINALITYclause on a column in theCOLUMNSclause of theJSON_TABLEpredicate. 
 -