Enum Class的使用
cool.scx.dao.order_by.OrderByType
使用OrderByType的程序包
-
cool.scx.dao中OrderByType的使用
参数类型为OrderByType的cool.scx.dao中的方法修饰符和类型方法说明Query.addOrderBy(String orderByColumn, OrderByType orderByType, OrderByOption... options) 添加一个排序字段 -
cool.scx.dao.order_by中OrderByType的使用
修饰符和类型方法说明static OrderByTypeastatic 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.dao.order_by中的方法