Uses of Class
org.teiid.language.SortSpecification
-
Packages that use SortSpecification Package Description org.teiid.language org.teiid.language.visitor org.teiid.translator.mongodb org.teiid.translator.odata org.teiid.translator.odata4 org.teiid.translator.solr -
-
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) -
Uses of SortSpecification in org.teiid.translator.mongodb
Methods in org.teiid.translator.mongodb with parameters of type SortSpecification Modifier and Type Method Description voidMongoDBSelectVisitor. visit(SortSpecification obj) -
Uses of SortSpecification in org.teiid.translator.odata
Methods in org.teiid.translator.odata with parameters of type SortSpecification Modifier and Type Method Description voidODataSQLVisitor. visit(SortSpecification obj) -
Uses of SortSpecification in org.teiid.translator.odata4
Methods in org.teiid.translator.odata4 with parameters of type SortSpecification Modifier and Type Method Description voidODataSQLVisitor. visit(SortSpecification obj) -
Uses of SortSpecification in org.teiid.translator.solr
Methods in org.teiid.translator.solr with parameters of type SortSpecification Modifier and Type Method Description voidSolrSQLHierarchyVistor. visit(SortSpecification obj)
-