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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLAggregateFunction
 XMLAggregateFunction SQLXMLQueryModelFactory.createXMLAggregateFunction()
          Returns a new object of class 'XML Aggregate Function'.
 XMLAggregateFunction XMLAggregateSortSpecification.getAggregateFunction()
          Returns the value of the 'Aggregate Function' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLAggregateFunction
 void XMLAggregateSortSpecification.setAggregateFunction(XMLAggregateFunction value)
          Sets the value of the 'Aggregate Function' container reference.
 

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

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

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

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLAggregateFunction
 XMLAggregateFunction SQLXMLQueryParserFactory.createXMLAggregateFunction(java.lang.String aName, QueryValueExpression aExpr, java.util.List aOrderByClause, int aType)