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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionForest
 XMLValueFunctionForest SQLXMLQueryModelFactory.createXMLValueFunctionForest()
          Returns a new object of class 'XML Value Function Forest'.
 XMLValueFunctionForest XMLValueFunctionForestContentItem.getValueFunctionForest()
          Returns the value of the 'Value Function Forest' container reference.
 XMLValueFunctionForest XMLNamespacesDeclaration.getValueFunctionForest()
          Returns the value of the 'Value Function Forest' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionForest
 void XMLValueFunctionForestContentItem.setValueFunctionForest(XMLValueFunctionForest value)
          Sets the value of the 'Value Function Forest' container reference.
 void XMLNamespacesDeclaration.setValueFunctionForest(XMLValueFunctionForest value)
          Sets the value of the 'Value Function Forest' container reference.
 

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

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

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

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLValueFunctionForest
 XMLValueFunctionForest SQLXMLQueryParserFactory.createXMLValueFunctionForest(java.lang.String functionName, XMLNamespacesDeclaration namespaceDecl, java.util.List forestContentList, int nullOption, int returningOption)