Uses of Interface
org.eclipse.datatools.modelbase.sql.xml.query.XMLPredicateExists

Packages that use XMLPredicateExists
org.eclipse.datatools.modelbase.sql.xml.query   
org.eclipse.datatools.modelbase.sql.xml.query.util   
org.eclipse.datatools.sqltools.parsers.sql.xml.query   
 

Uses of XMLPredicateExists in org.eclipse.datatools.modelbase.sql.xml.query
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLPredicateExists
 XMLPredicateExists SQLXMLQueryModelFactory.createXMLPredicateExists()
          Returns a new object of class 'XML Predicate Exists'.
 XMLPredicateExists XMLQueryExpression.getPredicateExists()
          Returns the value of the 'Predicate Exists' container reference.
 XMLPredicateExists XMLQueryArgumentList.getPredicateExists()
          Returns the value of the 'Predicate Exists' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLPredicateExists
 void XMLQueryExpression.setPredicateExists(XMLPredicateExists value)
          Sets the value of the 'Predicate Exists' container reference.
 void XMLQueryArgumentList.setPredicateExists(XMLPredicateExists value)
          Sets the value of the 'Predicate Exists' container reference.
 

Uses of XMLPredicateExists in org.eclipse.datatools.modelbase.sql.xml.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type XMLPredicateExists
 java.lang.Object SQLXMLQueryModelSwitch.caseXMLPredicateExists(XMLPredicateExists object)
          Returns the result of interpreting the object as an instance of 'XML Predicate Exists'.
 

Uses of XMLPredicateExists in org.eclipse.datatools.sqltools.parsers.sql.xml.query
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLPredicateExists
 XMLPredicateExists SQLXMLQueryParserFactory.createXMLPredicateExists(java.lang.String name, XMLQueryExpression queryExpr, XMLQueryArgumentList argList)