- 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 JSONTableColumnsStep
Specify theFOR ORDINALITY
clause on a column in theCOLUMNS
clause of theJSON_TABLE
predicate.
-
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 ORDINALITY
clause on a column in theCOLUMNS
clause of theJSON_TABLE
predicate.
-