Uses of Class
org.teiid.language.SortSpecification
-
Packages that use SortSpecification Package Description org.teiid.language org.teiid.language.visitor -
-
Uses of SortSpecification in org.teiid.language
Methods in org.teiid.language that return SortSpecification Modifier and Type Method Description SortSpecificationLanguageFactory. createOrderByItem(ColumnReference element, SortSpecification.Ordering direction)Methods in org.teiid.language that return types with arguments of type SortSpecification Modifier and Type Method Description List<SortSpecification>OrderBy. getSortSpecifications()Method parameters in org.teiid.language with type arguments of type SortSpecification Modifier and Type Method Description OrderByLanguageFactory. createOrderBy(List<SortSpecification> items)voidOrderBy. setSortSpecifications(List<SortSpecification> items)Constructor parameters in org.teiid.language with type arguments of type SortSpecification Constructor Description OrderBy(List<SortSpecification> items) -
Uses of SortSpecification in org.teiid.language.visitor
Methods in org.teiid.language.visitor with parameters of type SortSpecification Modifier and Type Method Description voidAbstractLanguageVisitor. visit(SortSpecification obj)voidHierarchyVisitor. visit(SortSpecification obj)voidLanguageObjectVisitor. visit(SortSpecification obj)voidSQLStringVisitor. visit(SortSpecification obj)
-