Uses of Interface
org.teiid.connector.language.IAggregate

Packages that use IAggregate
org.teiid.connector.language   
org.teiid.connector.visitor.framework   
org.teiid.connector.visitor.util   
 

Uses of IAggregate in org.teiid.connector.language
 

Methods in org.teiid.connector.language that return IAggregate
 IAggregate ILanguageFactory.createAggregate(java.lang.String name, boolean isDistinct, IExpression expression, java.lang.Class type)
          Create aggregate function.
 

Uses of IAggregate in org.teiid.connector.visitor.framework
 

Methods in org.teiid.connector.visitor.framework with parameters of type IAggregate
 void DelegatingHierarchyVisitor.visit(IAggregate obj)
           
 void AbstractLanguageVisitor.visit(IAggregate obj)
           
 void HierarchyVisitor.visit(IAggregate obj)
           
 void LanguageObjectVisitor.visit(IAggregate obj)
           
 

Uses of IAggregate in org.teiid.connector.visitor.util
 

Methods in org.teiid.connector.visitor.util with parameters of type IAggregate
 void SQLStringVisitor.visit(IAggregate obj)
           
 void CollectorVisitor.visit(IAggregate obj)
           
 



Copyright © 2009. All Rights Reserved.