-
- All Known Subinterfaces:
JSONTableColumnPathStep
public interface JSONTableColumnForOrdinalityStep
A step in the construction of anJSON_TABLE
expression.- Author:
- Lukas Eder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull JSONTableColumnsStep
forOrdinality()
Specify theFOR ORDINALITY
clause on a column in theCOLUMNS
clause of theJSON_TABLE
predicate.
-
-
-
Method Detail
-
forOrdinality
@NotNull @Support({DB2_11,HANA,MYSQL_8_0_19,ORACLE12C,POSTGRES_12,SQLSERVER2016}) @NotNull JSONTableColumnsStep forOrdinality()
Specify theFOR ORDINALITY
clause on a column in theCOLUMNS
clause of theJSON_TABLE
predicate.
-
-