Uses of Record Class
com.loomcache.server.query.QueryPlan.OrderBy
Packages that use QueryPlan.OrderBy
-
Uses of QueryPlan.OrderBy in com.loomcache.server.query
Methods in com.loomcache.server.query that return types with arguments of type QueryPlan.OrderByModifier and TypeMethodDescriptionQueryPlan.orderByList()Returns the value of theorderByListrecord component.Method parameters in com.loomcache.server.query with type arguments of type QueryPlan.OrderByModifier and TypeMethodDescriptionstatic Comparator<SqlRow> QueryEngine.buildOrderByComparator(List<QueryPlan.OrderBy> orderByList) Applies ORDER BY clauses to a list of rows using a single composite comparator.