public interface JSONTableColumnsFirstStep
JSON_TABLE
expression.Modifier and Type | Method and Description |
---|---|
@NotNull JSONTableColumnPathStep |
column(Field<?> name)
Add a column to the
COLUMNS clause of the
JSON_TABLE expression. |
@NotNull JSONTableColumnPathStep |
column(Field<?> name,
DataType<?> type)
Add a column to the
COLUMNS clause of the
JSON_TABLE expression. |
@NotNull JSONTableColumnForOrdinalityStep |
column(Name name)
Add a column to the
COLUMNS clause of the
JSON_TABLE expression. |
@NotNull JSONTableColumnPathStep |
column(Name name,
DataType<?> type)
Add a column to the
COLUMNS clause of the
JSON_TABLE expression. |
@NotNull JSONTableColumnForOrdinalityStep |
column(String name)
Add a column to the
COLUMNS clause of the
JSON_TABLE expression. |
@NotNull JSONTableColumnPathStep |
column(String name,
DataType<?> type)
Add a column to the
COLUMNS clause of the
JSON_TABLE expression. |
@NotNull @Support(value={MYSQL,POSTGRES}) @NotNull JSONTableColumnForOrdinalityStep column(String name)
COLUMNS
clause of the
JSON_TABLE
expression.@NotNull @Support(value={MYSQL,POSTGRES}) @NotNull JSONTableColumnForOrdinalityStep column(Name name)
COLUMNS
clause of the
JSON_TABLE
expression.@NotNull @Support(value={MYSQL,POSTGRES}) @NotNull JSONTableColumnPathStep column(Field<?> name)
COLUMNS
clause of the
JSON_TABLE
expression.@NotNull @Support(value={MYSQL,POSTGRES}) @NotNull JSONTableColumnPathStep column(String name, DataType<?> type)
COLUMNS
clause of the
JSON_TABLE
expression.@NotNull @Support(value={MYSQL,POSTGRES}) @NotNull JSONTableColumnPathStep column(Name name, DataType<?> type)
COLUMNS
clause of the
JSON_TABLE
expression.Copyright © 2021. All rights reserved.