| 程序包 | 说明 |
|---|---|
| cn.vonce.sql.bean | |
| cn.vonce.sql.enumerate |
| 限定符和类型 | 方法和说明 |
|---|---|
SqlSort |
Order.getSqlSort() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T,R> Select |
Select.orderBy(ColumnFun<T,R> columnFun,
SqlSort sqlSort)
添加列字段排序
|
Select |
Select.orderBy(Column column,
SqlSort sqlSort)
添加列字段排序
|
Select |
Select.orderBy(String columName,
SqlSort sqlSort)
添加列字段排序
|
Select |
Select.orderBy(String tableAlias,
String columName,
SqlSort sqlSort)
添加列字段排序
|
void |
Order.setSqlSort(SqlSort sqlSort) |
| 构造器和说明 |
|---|
Order(Column column,
SqlSort sqlSort) |
Order(String name,
SqlSort sqlSort) |
Order(String tableAlias,
String name,
SqlSort sqlSort) |
Paging(Integer pagenum,
Integer pagesize,
boolean startByZero,
Column column,
SqlSort sqlSort) |
Paging(Integer pagenum,
Integer pagesize,
boolean startByZero,
String field,
SqlSort sqlSort) |
Paging(Integer pagenum,
Integer pagesize,
Column column,
SqlSort sqlSort) |
Paging(Integer pagenum,
Integer pagesize,
String field,
SqlSort sqlSort) |
| 限定符和类型 | 方法和说明 |
|---|---|
static SqlSort |
SqlSort.get(String sort) |
static SqlSort |
SqlSort.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SqlSort[] |
SqlSort.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2023. All rights reserved.