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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionText
 XMLValueFunctionText SQLXMLQueryModelFactory.createXMLValueFunctionText()
          Returns a new object of class 'XML Value Function Text'.
 XMLValueFunctionText XMLValueFunctionTextContent.getValueFunctionText()
          Returns the value of the 'Value Function Text' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionText
 void XMLValueFunctionTextContent.setValueFunctionText(XMLValueFunctionText value)
          Sets the value of the 'Value Function Text' container reference.
 

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

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

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

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