Uses of Interface
org.eclipse.datatools.modelbase.sql.query.GroupingSetsElement

Packages that use GroupingSetsElement
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.util   
org.eclipse.datatools.sqltools.parsers.sql.query   
 

Uses of GroupingSetsElement in org.eclipse.datatools.modelbase.sql.query
 

Subinterfaces of GroupingSetsElement in org.eclipse.datatools.modelbase.sql.query
 interface GroupingSetsElementExpression
          A representation of the model object 'SQL Grouping Sets Element Expression'.
 interface GroupingSetsElementSublist
          A representation of the model object 'SQL Grouping Sets Element Sublist'.
 

Uses of GroupingSetsElement in org.eclipse.datatools.modelbase.sql.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type GroupingSetsElement
 java.lang.Object SQLQueryModelSwitch.caseGroupingSetsElement(GroupingSetsElement object)
          Returns the result of interpreting the object as an instance of 'Grouping Sets Element'.
 

Uses of GroupingSetsElement in org.eclipse.datatools.sqltools.parsers.sql.query
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.query with parameters of type GroupingSetsElement
 java.util.List SQLQueryParserFactory.createGroupingSetsElementList(java.util.List aGroupingSetsElementList, GroupingSetsElement aGroupingSetsElement)