程序包 com.walker.db

接口 Sorts.Sort

封闭类:
Sorts

public static interface Sorts.Sort
  • 方法详细资料

    • getValue

      String getValue()
      获得排序顺序关键词,如:asc/desc
      返回:
    • getField

      String getField()
      返回排序的字段名称
      返回:
    • setField

      Sorts.Sort setField(String name)
    • isAsc

      boolean isAsc()