- All Superinterfaces:
XMLTableColumnsFirstStep
A step in the construction of an
XMLTABLE expression.- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescription@NotNull XMLTableColumnsFirstStepAdd thePASSINGclause to theXMLEXISTSpredicate.@NotNull XMLTableColumnsFirstStepAdd thePASSINGclause to theXMLEXISTSpredicate.@NotNull XMLTableColumnsFirstSteppassingByRef(Field<XML> xml)Add thePASSING BY REFclause to theXMLEXISTSpredicate.@NotNull XMLTableColumnsFirstSteppassingByRef(XML xml)Add thePASSING BY REFclause to theXMLEXISTSpredicate.@NotNull XMLTableColumnsFirstSteppassingByValue(Field<XML> xml)Add thePASSING BY VALUEclause to theXMLEXISTSpredicate.@NotNull XMLTableColumnsFirstSteppassingByValue(XML xml)Add thePASSING BY VALUEclause to theXMLEXISTSpredicate.
-
Method Details
-
passing
@NotNull @Support({DB2,HANA,ORACLE,POSTGRES_10,SQLSERVER,TERADATA}) @NotNull XMLTableColumnsFirstStep passing(XML xml)Add thePASSINGclause to theXMLEXISTSpredicate. -
passing
@NotNull @Support({DB2,HANA,ORACLE,POSTGRES_10,SQLSERVER,TERADATA}) @NotNull XMLTableColumnsFirstStep passing(Field<XML> xml)Add thePASSINGclause to theXMLEXISTSpredicate. -
passingByRef
Add thePASSING BY REFclause to theXMLEXISTSpredicate. -
passingByRef
@NotNull @Support({DB2,POSTGRES_10}) @NotNull XMLTableColumnsFirstStep passingByRef(Field<XML> xml)Add thePASSING BY REFclause to theXMLEXISTSpredicate. -
passingByValue
@NotNull @Support({ORACLE,POSTGRES_10,TERADATA}) @NotNull XMLTableColumnsFirstStep passingByValue(XML xml)Add thePASSING BY VALUEclause to theXMLEXISTSpredicate. -
passingByValue
@NotNull @Support({ORACLE,POSTGRES_10,TERADATA}) @NotNull XMLTableColumnsFirstStep passingByValue(Field<XML> xml)Add thePASSING BY VALUEclause to theXMLEXISTSpredicate.
-