Uses of Class
com.sas.lsaf.query.Order
Packages that use Order
-
Uses of Order in com.sas.lsaf.query
Methods in com.sas.lsaf.query that return OrderModifier and TypeMethodDescriptionOrder.ascending()Sets the sort order as ascending.static OrderCreates anOrderobject with the specified column sorted in ascending order.static OrderCreates anOrderobject with the specified column sorted in ascending order and indicates whether it is case-sensitive.Order.caseInsensitive()Sets the sort as case-insensitive.Order.caseSensitive()Sets the sort as case-sensitive.Sets the column to sort.Order.descending()Sets the sort order as descending.static OrderOrder.descending(Column column) Creates anOrderobject with the specified column sorted in descending order.static OrderOrder.descending(Column column, boolean caseSensitive) Creates anOrderobject with the specified column sorted in descending order and indicates whether it is case-sensitive.static OrderCreates anOrderobject with the specified column and indicates whether to sort in ascending order.static OrderCreates anOrderobject with the specified column and indicates whether to sort in ascending order and indicates whether it is case-sensitive.Methods in com.sas.lsaf.query that return types with arguments of type OrderMethods in com.sas.lsaf.query with parameters of type OrderMethod parameters in com.sas.lsaf.query with type arguments of type Order