Uses of Class
org.teiid.language.AggregateFunction

Packages that use AggregateFunction
org.teiid.language   
org.teiid.language.visitor   
 

Uses of AggregateFunction in org.teiid.language
 

Methods in org.teiid.language that return AggregateFunction
 AggregateFunction LanguageFactory.createAggregate(java.lang.String name, boolean isDistinct, Expression expression, java.lang.Class<?> type)
           
 

Uses of AggregateFunction in org.teiid.language.visitor
 

Methods in org.teiid.language.visitor with parameters of type AggregateFunction
 void DelegatingHierarchyVisitor.visit(AggregateFunction obj)
           
 void AbstractLanguageVisitor.visit(AggregateFunction obj)
           
 void SQLStringVisitor.visit(AggregateFunction obj)
           
 void HierarchyVisitor.visit(AggregateFunction obj)
           
 void LanguageObjectVisitor.visit(AggregateFunction obj)
           
 void CollectorVisitor.visit(AggregateFunction obj)
           
 



Copyright © 2010. All Rights Reserved.