- 
- All Known Subinterfaces:
- JSONTableColumnPathStep,- JSONTableColumnsStep
 
 public interface JSONTableColumnsFirstStepA step in the construction of anJSON_TABLEexpression.- Author:
- Lukas Eder
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull JSONTableColumnForOrdinalityStepcolumn(String name)Add a column to theCOLUMNSclause of theJSON_TABLEexpression.@NotNull JSONTableColumnPathStepcolumn(String name, DataType<?> type)Add a column to theCOLUMNSclause of theJSON_TABLEexpression.@NotNull JSONTableColumnPathStepcolumn(Field<?> name)Add a column to theCOLUMNSclause of theJSON_TABLEexpression.@NotNull JSONTableColumnPathStepcolumn(Field<?> name, DataType<?> type)Add a column to theCOLUMNSclause of theJSON_TABLEexpression.@NotNull JSONTableColumnForOrdinalityStepcolumn(Name name)Add a column to theCOLUMNSclause of theJSON_TABLEexpression.@NotNull JSONTableColumnPathStepcolumn(Name name, DataType<?> type)Add a column to theCOLUMNSclause of theJSON_TABLEexpression.
 
- 
- 
- 
Method Detail- 
column@NotNull @Support({DB2_11,HANA,MYSQL_8_0_19,ORACLE12C,POSTGRES_12,SQLSERVER2016}) @NotNull JSONTableColumnForOrdinalityStep column(String name) Add a column to theCOLUMNSclause of theJSON_TABLEexpression.
 - 
column@NotNull @Support({DB2_11,HANA,MYSQL_8_0_19,ORACLE12C,POSTGRES_12,SQLSERVER2016}) @NotNull JSONTableColumnForOrdinalityStep column(Name name) Add a column to theCOLUMNSclause of theJSON_TABLEexpression.
 - 
column@NotNull @Support({DB2_11,HANA,MYSQL_8_0_19,ORACLE12C,POSTGRES_12,SQLSERVER2016}) @NotNull JSONTableColumnPathStep column(Field<?> name) Add a column to theCOLUMNSclause of theJSON_TABLEexpression.
 - 
column@NotNull @Support({DB2_11,HANA,MYSQL_8_0_19,ORACLE12C,POSTGRES_12,SQLSERVER2016}) @NotNull JSONTableColumnPathStep column(String name, DataType<?> type) Add a column to theCOLUMNSclause of theJSON_TABLEexpression.
 - 
column@NotNull @Support({DB2_11,HANA,MYSQL_8_0_19,ORACLE12C,POSTGRES_12,SQLSERVER2016}) @NotNull JSONTableColumnPathStep column(Name name, DataType<?> type) Add a column to theCOLUMNSclause of theJSON_TABLEexpression.
 - 
column@NotNull @Support({DB2_11,HANA,MYSQL_8_0_19,ORACLE12C,POSTGRES_12,SQLSERVER2016}) @NotNull JSONTableColumnPathStep column(Field<?> name, DataType<?> type) Add a column to theCOLUMNSclause of theJSON_TABLEexpression.
 
- 
 
-