Enum Class的使用
cool.scx.data.query.OrderByType
使用OrderByType的程序包
-
cool.scx.data.query中OrderByType的使用
修饰符和类型方法说明static OrderByTypeaOrderByBody.orderByType()返回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.参数类型为OrderByType的cool.scx.data.query中的方法修饰符和类型方法说明static OrderByBodyOrderByBody.of(String name, OrderByType orderByType, OrderByOption... options) 添加一个排序字段参数类型为OrderByType的cool.scx.data.query中的构造器限定符构造器说明OrderByBody(String name, OrderByType orderByType, OrderByOption.Info info) 创建OrderByBody记录的实例。