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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionComment
 XMLValueFunctionComment SQLXMLQueryModelFactory.createXMLValueFunctionComment()
          Returns a new object of class 'XML Value Function Comment'.
 XMLValueFunctionComment XMLValueFunctionCommentContent.getValueFunctionComment()
          Returns the value of the 'Value Function Comment' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionComment
 void XMLValueFunctionCommentContent.setValueFunctionComment(XMLValueFunctionComment value)
          Sets the value of the 'Value Function Comment' container reference.
 

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

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

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

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