Uses of Interface
com.sap.cds.ql.cqn.CqnSortSpecification
Packages that use CqnSortSpecification
Package
Description
-
Uses of CqnSortSpecification in com.sap.cds.ql
Methods in com.sap.cds.ql that return CqnSortSpecificationModifier and TypeMethodDescriptionOrderable.asc()Ascending order with null values before non-null values.Orderable.ascNullsLast()Ascending order with null values after non-null values.Orderable.desc()Descending order with null values after non-null values.Orderable.descNullsFirst()Descending order with null values before non-null values.static CqnSortSpecificationCQL.sort(CqnValue value, CqnSortSpecification.Order order) Creates aCqnSortSpecificationthat sorts a value by a given orderCqnBuilder.QueryBuilderSupport.sort(CqnValue value, CqnSortSpecification.Order order) Methods in com.sap.cds.ql with parameters of type CqnSortSpecificationModifier and TypeMethodDescriptionExpand.orderBy(CqnSortSpecification... sortSpec) Select.orderBy(CqnSortSpecification... sortSpecs) Sets the orderBy clause of the select statement.Method parameters in com.sap.cds.ql with type arguments of type CqnSortSpecificationModifier and TypeMethodDescriptionExpand.orderBy(Function<T, CqnSortSpecification> sort) Expand.orderBy(Function<T, CqnSortSpecification> sort1, Function<T, CqnSortSpecification> sort2) Expand.orderBy(Function<T, CqnSortSpecification> sort1, Function<T, CqnSortSpecification> sort2, Function<T, CqnSortSpecification> sort3) Expand.orderBy(Function<T, CqnSortSpecification> sort1, Function<T, CqnSortSpecification> sort2, Function<T, CqnSortSpecification> sort3, Function<T, CqnSortSpecification> sort4) Expand.orderBy(Function<T, CqnSortSpecification> sort1, Function<T, CqnSortSpecification> sort2, Function<T, CqnSortSpecification> sort3, Function<T, CqnSortSpecification> sort4, Function<T, CqnSortSpecification> sort5) Expand.orderBy(List<CqnSortSpecification> sortSpec) Select.orderBy(List<CqnSortSpecification> sortSpecs) Sets the orderBy clause of the select statement. -
Uses of CqnSortSpecification in com.sap.cds.ql.cqn
Methods in com.sap.cds.ql.cqn that return CqnSortSpecificationModifier and TypeMethodDescriptiondefault CqnSortSpecificationModifier.sort(Value<?> value, CqnSortSpecification.Order order) Methods in com.sap.cds.ql.cqn that return types with arguments of type CqnSortSpecificationModifier and TypeMethodDescriptionCqnEntitySelector.orderBy()Returns the order of the selection resultdefault List<CqnSortSpecification>Modifier.orderBy(List<CqnSortSpecification> sortSpecs) Methods in com.sap.cds.ql.cqn with parameters of type CqnSortSpecificationModifier and TypeMethodDescriptiondefault voidCqnVisitor.visit(CqnSortSpecification sortSpec) Called for each traversedsort specificationMethod parameters in com.sap.cds.ql.cqn with type arguments of type CqnSortSpecificationModifier and TypeMethodDescriptiondefault List<CqnSortSpecification>Modifier.orderBy(List<CqnSortSpecification> sortSpecs) -
Uses of CqnSortSpecification in com.sap.cds.ql.cqn.transformation
Methods in com.sap.cds.ql.cqn.transformation that return types with arguments of type CqnSortSpecificationModifier and TypeMethodDescriptionCqnOrderByTransformation.orderBy()Returns the sort specifications by which the input set is sorted -
Uses of CqnSortSpecification in com.sap.cds.ql.hana
Methods in com.sap.cds.ql.hana that return types with arguments of type CqnSortSpecificationMethods in com.sap.cds.ql.hana with parameters of type CqnSortSpecificationModifier and TypeMethodDescriptionHierarchy.orderBy(CqnSortSpecification... siblingOrderBy) Specifies the sort order of sibling nodes.Method parameters in com.sap.cds.ql.hana with type arguments of type CqnSortSpecificationModifier and TypeMethodDescriptionHierarchy.orderBy(List<CqnSortSpecification> siblingOrderBy) Specifies the sort order of sibling nodes.