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