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
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
@NotNull @Support({DB2,ORACLE,POSTGRES,TERADATA}) @NotNull Condition passingByValue(Field<XML> xml)Add thePASSING BY VALUEclause to theXMLEXISTSpredicate.
-