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

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

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

Methods in org.eclipse.datatools.modelbase.sql.query that return GroupingSetsElementExpression
 GroupingSetsElementExpression SQLQueryModelFactory.createGroupingSetsElementExpression()
          Returns a new object of class 'Grouping Sets Element Expression'.
 GroupingSetsElementExpression Grouping.getGroupingSetsElementExpr()
          Returns the value of the 'Grouping Sets Element Expr' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type GroupingSetsElementExpression
 void Grouping.setGroupingSetsElementExpr(GroupingSetsElementExpression value)
          Sets the value of the 'Grouping Sets Element Expr' container reference.
 

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

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement GroupingSetsElementExpression
 class GroupingSetsElementExpressionImpl
           An implementation of the model object 'SQL Grouping Sets Element Expression'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return GroupingSetsElementExpression
 GroupingSetsElementExpression SQLQueryModelFactoryImpl.createGroupingSetsElementExpression()
           
 GroupingSetsElementExpression GroupingImpl.getGroupingSetsElementExpr()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type GroupingSetsElementExpression
 NotificationChain GroupingImpl.basicSetGroupingSetsElementExpr(GroupingSetsElementExpression newGroupingSetsElementExpr, NotificationChain msgs)
           
 void GroupingImpl.setGroupingSetsElementExpr(GroupingSetsElementExpression newGroupingSetsElementExpr)
           
 

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

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



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