@NotNull XMLTableColumnPathStep |
XMLTableColumnsFirstStep.column(String name,
DataType<?> type) |
Add a column to the COLUMNS clause of the
XMLTABLE expression.
|
@NotNull XMLTableColumnPathStep |
XMLTableColumnsFirstStep.column(Field<?> name) |
Add a column to the COLUMNS clause of the
XMLTABLE expression.
|
@NotNull XMLTableColumnPathStep |
XMLTableColumnsFirstStep.column(Field<?> name,
DataType<?> type) |
Add a column to the COLUMNS clause of the
XMLTABLE expression.
|
@NotNull XMLTableColumnPathStep |
XMLTableColumnsFirstStep.column(Name name,
DataType<?> type) |
Add a column to the COLUMNS clause of the
XMLTABLE expression.
|