org.eclipse.datatools.modelbase.sql.query
Interface GroupingSets

All Superinterfaces:
GroupingSpecification, SQLObject, SQLQueryObject
All Known Implementing Classes:
GroupingSetsImpl

public interface GroupingSets
extends GroupingSpecification

A representation of the model object 'SQL Grouping Sets'.

The following features are supported:

See Also:
SQLQueryModelPackage.getGroupingSets()

Method Summary
 EList getGroupingSetsElementList()
          Returns the value of the 'Grouping Sets Element List' containment reference list.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.GroupingSpecification
getQuerySelect, setQuerySelect
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject
getSourceInfo, getSQL, setSourceInfo, setSQL
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 

Method Detail

getGroupingSetsElementList

public EList getGroupingSetsElementList()
Returns the value of the 'Grouping Sets Element List' containment reference list. The list contents are of type GroupingSetsElement. It is bidirectional and its opposite is 'Grouping Sets'.

If the meaning of the 'Grouping Sets Element List' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Grouping Sets Element List' containment reference list.
See Also:
SQLQueryModelPackage.getGroupingSets_GroupingSetsElementList(), GroupingSetsElement.getGroupingSets()


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