org.teiid.connector.language
Interface IGroupBy

All Superinterfaces:
ILanguageObject

public interface IGroupBy
extends ILanguageObject

Represents a GROUP BY clause in a query.


Method Summary
 java.util.List<IExpression> getElements()
          Get list of IExpression that the GROUP BY should be grouped on.
 
Methods inherited from interface org.teiid.connector.language.ILanguageObject
acceptVisitor
 

Method Detail

getElements

java.util.List<IExpression> getElements()
Get list of IExpression that the GROUP BY should be grouped on.

Returns:
List of IExpression


Copyright © 2009. All Rights Reserved.