Uses of Class
org.teiid.language.SortSpecification.Ordering

Packages that use SortSpecification.Ordering
org.teiid.language   
 

Uses of SortSpecification.Ordering in org.teiid.language
 

Methods in org.teiid.language that return SortSpecification.Ordering
 SortSpecification.Ordering SortSpecification.getOrdering()
           
static SortSpecification.Ordering SortSpecification.Ordering.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SortSpecification.Ordering[] SortSpecification.Ordering.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.teiid.language with parameters of type SortSpecification.Ordering
 SortSpecification LanguageFactory.createOrderByItem(ColumnReference element, SortSpecification.Ordering direction)
           
 void SortSpecification.setOrdering(SortSpecification.Ordering direction)
           
 

Constructors in org.teiid.language with parameters of type SortSpecification.Ordering
SortSpecification(SortSpecification.Ordering direction, Expression expression)
           
 



Copyright © 2011. All Rights Reserved.