Uses of Class
org.teiid.language.SortSpecification

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

Uses of SortSpecification in org.teiid.language
 

Methods in org.teiid.language that return SortSpecification
 SortSpecification LanguageFactory.createOrderByItem(ColumnReference element, SortSpecification.Ordering direction)
           
 

Methods in org.teiid.language that return types with arguments of type SortSpecification
 java.util.List<SortSpecification> OrderBy.getSortSpecifications()
           
 

Method parameters in org.teiid.language with type arguments of type SortSpecification
 OrderBy LanguageFactory.createOrderBy(java.util.List<SortSpecification> items)
           
 void OrderBy.setSortSpecifications(java.util.List<SortSpecification> items)
           
 

Constructor parameters in org.teiid.language with type arguments of type SortSpecification
OrderBy(java.util.List<SortSpecification> items)
           
 

Uses of SortSpecification in org.teiid.language.visitor
 

Methods in org.teiid.language.visitor with parameters of type SortSpecification
 void LanguageObjectVisitor.visit(SortSpecification obj)
           
 void AbstractLanguageVisitor.visit(SortSpecification obj)
           
 void SQLStringVisitor.visit(SortSpecification obj)
           
 



Copyright © 2011. All Rights Reserved.