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