public interface XMLQueryPassingStep
A step in the construction of an
XMLQUERY
expression.- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescriptionAdd thePASSING
clause to theXMLQUERY
expression.Add thePASSING
clause to theXMLQUERY
expression.passingByRef
(Field<XML> xml) Add thePASSING BY REF
clause to theXMLQUERY
expression.passingByRef
(XML xml) Add thePASSING BY REF
clause to theXMLQUERY
expression.passingByValue
(Field<XML> xml) Add thePASSING BY VALUE
clause to theXMLQUERY
expression.passingByValue
(XML xml) Add thePASSING BY VALUE
clause to theXMLQUERY
expression.
-
Method Details
-
passing
Add thePASSING
clause to theXMLQUERY
expression. -
passing
@NotNull @Support({DB2,ORACLE,POSTGRES,SQLSERVER,TERADATA}) @NotNull Field<XML> passing(Field<XML> xml) Add thePASSING
clause to theXMLQUERY
expression. -
passingByRef
Add thePASSING BY REF
clause to theXMLQUERY
expression. -
passingByRef
Add thePASSING BY REF
clause to theXMLQUERY
expression. -
passingByValue
Add thePASSING BY VALUE
clause to theXMLQUERY
expression. -
passingByValue
Add thePASSING BY VALUE
clause to theXMLQUERY
expression.
-