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