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

Packages that use Grouping
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.impl   
org.eclipse.datatools.modelbase.sql.query.util   
 

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

Subinterfaces of Grouping in org.eclipse.datatools.modelbase.sql.query
 interface GroupingExpression
           A representation of the model object 'SQL Grouping Expression'.
 interface SuperGroup
           A representation of the model object 'SQL Super Group'.
 

Methods in org.eclipse.datatools.modelbase.sql.query that return Grouping
 Grouping GroupingSetsElementExpression.getGrouping()
          Returns the value of the 'Grouping' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type Grouping
 void GroupingSetsElementExpression.setGrouping(Grouping value)
          Sets the value of the 'Grouping' containment reference.
 

Uses of Grouping in org.eclipse.datatools.modelbase.sql.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement Grouping
 class GroupingExpressionImpl
           An implementation of the model object 'SQL Grouping Expression'.
 class GroupingImpl
           An implementation of the model object 'SQL Group'.
 class SuperGroupImpl
           An implementation of the model object 'SQL Super Group'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return Grouping
 Grouping GroupingSetsElementExpressionImpl.getGrouping()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type Grouping
 NotificationChain GroupingSetsElementExpressionImpl.basicSetGrouping(Grouping newGrouping, NotificationChain msgs)
           
 void GroupingSetsElementExpressionImpl.setGrouping(Grouping newGrouping)
           
 

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

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



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.