- All Known Subinterfaces:
 XMLTableColumnPathStep,XMLTableColumnsStep,XMLTablePassingStep
public interface XMLTableColumnsFirstStep
A step in the construction of an 
XMLTABLE expression.- Author:
 - Lukas Eder
 
- 
Method Summary
Modifier and TypeMethodDescription@NotNull XMLTableColumnForOrdinalityStepAdd a column to theCOLUMNSclause of theXMLTABLEexpression.@NotNull XMLTableColumnPathStepAdd a column to theCOLUMNSclause of theXMLTABLEexpression.@NotNull XMLTableColumnPathStepAdd a column to theCOLUMNSclause of theXMLTABLEexpression.@NotNull XMLTableColumnPathStepAdd a column to theCOLUMNSclause of theXMLTABLEexpression.@NotNull XMLTableColumnForOrdinalityStepAdd a column to theCOLUMNSclause of theXMLTABLEexpression.@NotNull XMLTableColumnPathStepAdd a column to theCOLUMNSclause of theXMLTABLEexpression. 
- 
Method Details
- 
column
@NotNull @Support({DB2,HANA,ORACLE,POSTGRES_10,SQLSERVER,TERADATA}) @NotNull XMLTableColumnForOrdinalityStep column(String name) Add a column to theCOLUMNSclause of theXMLTABLEexpression. - 
column
@NotNull @Support({DB2,HANA,ORACLE,POSTGRES_10,SQLSERVER,TERADATA}) @NotNull XMLTableColumnForOrdinalityStep column(Name name) Add a column to theCOLUMNSclause of theXMLTABLEexpression. - 
column
@NotNull @Support({DB2,HANA,ORACLE,POSTGRES_10,SQLSERVER,TERADATA}) @NotNull XMLTableColumnPathStep column(Field<?> name) Add a column to theCOLUMNSclause of theXMLTABLEexpression. - 
column
@NotNull @Support({DB2,HANA,ORACLE,POSTGRES_10,SQLSERVER,TERADATA}) @NotNull XMLTableColumnPathStep column(String name, DataType<?> type) Add a column to theCOLUMNSclause of theXMLTABLEexpression. - 
column
@NotNull @Support({DB2,HANA,ORACLE,POSTGRES_10,SQLSERVER,TERADATA}) @NotNull XMLTableColumnPathStep column(Name name, DataType<?> type) Add a column to theCOLUMNSclause of theXMLTABLEexpression. - 
column
@NotNull @Support({DB2,HANA,ORACLE,POSTGRES_10,SQLSERVER,TERADATA}) @NotNull XMLTableColumnPathStep column(Field<?> name, DataType<?> type) Add a column to theCOLUMNSclause of theXMLTABLEexpression. 
 -