-
public interface XMLExistsPassingStepA step in the construction of anXMLEXISTSpredicate.- Author:
- Lukas Eder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Conditionpassing(Field<XML> xml)Add thePASSINGclause to theXMLEXISTSpredicate.@NotNull Conditionpassing(XML xml)Add 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 Detail
-
passing
@NotNull @Support({DB2,ORACLE,POSTGRES}) @NotNull Condition passing(XML xml)
Add thePASSINGclause to theXMLEXISTSpredicate.
-
passing
@NotNull @Support({DB2,ORACLE,POSTGRES}) @NotNull Condition passing(Field<XML> xml)
Add thePASSINGclause to theXMLEXISTSpredicate.
-
passingByRef
@NotNull @Support({DB2,POSTGRES}) @NotNull Condition passingByRef(XML xml)
Add thePASSING BY REFclause to theXMLEXISTSpredicate.
-
passingByRef
@NotNull @Support({DB2,POSTGRES}) @NotNull Condition passingByRef(Field<XML> xml)
Add thePASSING BY REFclause to theXMLEXISTSpredicate.
-
passingByValue
@NotNull @Support({DB2,ORACLE,POSTGRES}) @NotNull Condition passingByValue(XML xml)
Add thePASSING BY VALUEclause to theXMLEXISTSpredicate.
-
-