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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionConcat
 XMLValueFunctionConcat SQLXMLQueryModelFactory.createXMLValueFunctionConcat()
          Returns a new object of class 'XML Value Function Concat'.
 XMLValueFunctionConcat XMLValueFunctionConcatContentItem.getValueFunctionConcat()
          Returns the value of the 'Value Function Concat' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionConcat
 void XMLValueFunctionConcatContentItem.setValueFunctionConcat(XMLValueFunctionConcat value)
          Sets the value of the 'Value Function Concat' container reference.
 

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

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

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

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLValueFunctionConcat
 XMLValueFunctionConcat SQLXMLQueryParserFactory.createXMLValueFunctionConcat(java.lang.String name, java.util.List concatContentList, int returningOption)