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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionDocument
 XMLValueFunctionDocument SQLXMLQueryModelFactory.createXMLValueFunctionDocument()
          Returns a new object of class 'XML Value Function Document'.
 XMLValueFunctionDocument XMLValueFunctionDocumentContent.getValueFunctionDocument()
          Returns the value of the 'Value Function Document' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionDocument
 void XMLValueFunctionDocumentContent.setValueFunctionDocument(XMLValueFunctionDocument value)
          Sets the value of the 'Value Function Document' container reference.
 

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

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

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

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLValueFunctionDocument
 XMLValueFunctionDocument SQLXMLQueryParserFactory.createXMLValueFunctionDocument(java.lang.String name, QueryValueExpression expr, int returningOption)