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

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

Uses of ISelectSymbol in org.teiid.connector.language
 

Methods in org.teiid.connector.language that return ISelectSymbol
 ISelectSymbol ILanguageFactory.createSelectSymbol(java.lang.String name, IExpression expression)
          Create new select symbol
 

Methods in org.teiid.connector.language that return types with arguments of type ISelectSymbol
 java.util.List<ISelectSymbol> ISelect.getSelectSymbols()
          Get List of ISelectSymbol.
 

Method parameters in org.teiid.connector.language with type arguments of type ISelectSymbol
 ISelect ILanguageFactory.createSelect(boolean isDistinct, java.util.List<? extends ISelectSymbol> selectSymbols)
          Create new SELECT clause
 

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

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

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

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



Copyright © 2009. All Rights Reserved.