public interface XMLExistsPassingStep
A step in the construction of an 
XMLEXISTS predicate.- Author:
- Lukas Eder
- 
Method SummaryModifier 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- 
passingAdd thePASSINGclause to theXMLEXISTSpredicate.
- 
passing@NotNull @Support({DB2,ORACLE,POSTGRES,SQLSERVER,TERADATA}) @NotNull Condition passing(Field<XML> xml) Add thePASSINGclause to theXMLEXISTSpredicate.
- 
passingByRefAdd thePASSING BY REFclause to theXMLEXISTSpredicate.
- 
passingByRefAdd thePASSING BY REFclause to theXMLEXISTSpredicate.
- 
passingByValueAdd thePASSING BY VALUEclause to theXMLEXISTSpredicate.
- 
passingByValueAdd thePASSING BY VALUEclause to theXMLEXISTSpredicate.
 
-