public interface XMLExistsPassingStep
A step in the construction of an 
XMLEXISTS predicate.- Author:
 - Lukas Eder
 
- 
Method Summary
Modifier and TypeMethodDescription@NotNull ConditionAdd thePASSINGclause to theXMLEXISTSpredicate.@NotNull ConditionAdd thePASSINGclause to theXMLEXISTSpredicate.@NotNull ConditionpassingByRef(Field<XML> xml) Add thePASSING BY REFclause to theXMLEXISTSpredicate.@NotNull ConditionpassingByRef(XML xml) Add thePASSING BY REFclause to theXMLEXISTSpredicate.@NotNull ConditionpassingByValue(Field<XML> xml) Add thePASSING BY VALUEclause to theXMLEXISTSpredicate.@NotNull ConditionpassingByValue(XML xml) Add thePASSING BY VALUEclause to theXMLEXISTSpredicate. 
- 
Method Details
- 
passing
Add thePASSINGclause to theXMLEXISTSpredicate. - 
passing
@NotNull @Support({DB2,ORACLE,POSTGRES,SQLSERVER,TERADATA}) @NotNull Condition passing(Field<XML> xml) Add thePASSINGclause to theXMLEXISTSpredicate. - 
passingByRef
Add thePASSING BY REFclause to theXMLEXISTSpredicate. - 
passingByRef
Add thePASSING BY REFclause to theXMLEXISTSpredicate. - 
passingByValue
Add thePASSING BY VALUEclause to theXMLEXISTSpredicate. - 
passingByValue
Add thePASSING BY VALUEclause to theXMLEXISTSpredicate. 
 -