Uses of Enum Class
cool.scx.data.query.OrderByOption
Packages that use OrderByOption
-
Uses of OrderByOption in cool.scx.data
Methods in cool.scx.data with parameters of type OrderByOptionModifier and TypeMethodDescriptionstatic OrderByQueryBuilder.asc(String name, OrderByOption... options) 正序 : 也就是从小到大 (1,2,3,4,5,6)static OrderByQueryBuilder.desc(String name, OrderByOption... options) 倒序 : 也就是从大到小 (6,5,4,3,2,1) -
Uses of OrderByOption in cool.scx.data.query
Methods in cool.scx.data.query that return OrderByOptionModifier and TypeMethodDescriptionstatic OrderByOptionReturns the enum constant of this class with the specified name.static OrderByOption[]OrderByOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cool.scx.data.query with parameters of type OrderByOptionModifierConstructorDescriptionOrderBy(String name, OrderByType orderByType, OrderByOption... options) 添加一个排序字段