Uses of Enum Class
cool.scx.data.query.OrderByType
Packages that use OrderByType
-
Uses of OrderByType in cool.scx.data.query
Methods in cool.scx.data.query that return OrderByTypeModifier and TypeMethodDescriptionstatic OrderByTypeaOrderByBody.orderByType()static OrderByTypeReturns the enum constant of this class with the specified name.static OrderByType[]OrderByType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cool.scx.data.query with parameters of type OrderByTypeModifier and TypeMethodDescriptionOrderByBodySet.add(String name, OrderByType orderByType, OrderByOption... options) 添加一个排序字段Constructors in cool.scx.data.query with parameters of type OrderByTypeModifierConstructorDescriptionOrderByBody(String name, OrderByType orderByType, OrderByOption... options) 添加一个排序字段OrderByBody(String name, OrderByType orderByType, OrderByOption.Info info)