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

Packages that use XMLValueFunctionQuery
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 XMLValueFunctionQuery in org.eclipse.datatools.modelbase.sql.xml.query
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionQuery
 XMLValueFunctionQuery SQLXMLQueryModelFactory.createXMLValueFunctionQuery()
          Returns a new object of class 'XML Value Function Query'.
 XMLValueFunctionQuery XMLQueryExpression.getValueFunctionQuery()
          Returns the value of the 'Value Function Query' container reference.
 XMLValueFunctionQuery XMLValueFunctionQueryReturning.getValueFunctionQuery()
          Returns the value of the 'Value Function Query' container reference.
 XMLValueFunctionQuery XMLQueryArgumentList.getValueFunctionQuery()
          Returns the value of the 'Value Function Query' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionQuery
 void XMLQueryExpression.setValueFunctionQuery(XMLValueFunctionQuery value)
          Sets the value of the 'Value Function Query' container reference.
 void XMLValueFunctionQueryReturning.setValueFunctionQuery(XMLValueFunctionQuery value)
          Sets the value of the 'Value Function Query' container reference.
 void XMLQueryArgumentList.setValueFunctionQuery(XMLValueFunctionQuery value)
          Sets the value of the 'Value Function Query' container reference.
 

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type XMLValueFunctionQuery
 java.lang.Object SQLXMLQueryModelSwitch.caseXMLValueFunctionQuery(XMLValueFunctionQuery object)
          Returns the result of interpreting the object as an instance of 'XML Value Function Query'.
 

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

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLValueFunctionQuery
 XMLValueFunctionQuery SQLXMLQueryParserFactory.createXMLValueFunctionQuery(java.lang.String name, XMLQueryExpression queryExpression, XMLQueryArgumentList queryArgument, XMLValueFunctionQueryReturning returningOptions, int emptyOption)