Uses of Class
cool.scx.data.query.OrderBy
Packages that use OrderBy
-
Uses of OrderBy in cool.scx.data.query
Methods in cool.scx.data.query that return OrderByModifier and TypeMethodDescriptionstatic OrderByQueryBuilder.asc(String name, QueryOption... options) 正序 : 也就是从小到大 (1,2,3,4,5,6)static OrderByQueryBuilder.desc(String name, QueryOption... options) 倒序 : 也就是从大到小 (6,5,4,3,2,1) -
Uses of OrderBy in cool.scx.data.query.parser
Methods in cool.scx.data.query.parser with parameters of type OrderByModifier and TypeMethodDescriptionprotected abstract String[]OrderByParser.parseOrderBy(OrderBy o)