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

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

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

Subinterfaces of SuperGroupElement in org.eclipse.datatools.modelbase.sql.query
 interface SuperGroupElementExpression
          A representation of the model object 'SQL Super Group Element Expression'.
 interface SuperGroupElementSublist
          A representation of the model object 'SQL Super Group Element Sublist'.
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type SuperGroupElement
 java.lang.Object SQLQueryModelSwitch.caseSuperGroupElement(SuperGroupElement object)
          Returns the result of interpreting the object as an instance of 'Super Group Element'.
 

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

Methods in org.eclipse.datatools.sqltools.parsers.sql.query with parameters of type SuperGroupElement
 java.util.List SQLQueryParserFactory.createSuperGroupsElementList(java.util.List aSuperGroupsElementList, SuperGroupElement aSuperGroupsElement)