public interface QueryOtherI<T extends QueryOtherI>
| 限定符和类型 | 方法和说明 |
|---|---|
T |
asc(String column) |
T |
desc(String column) |
T |
groupBy(String column)
groupBy 子句
|
T |
having(QueryCondition condition)
having子句
|
T |
limit(long startRow,
long pageSize)
limit 子句
|
T |
orderBy(String orderBy)
orderBy 子句
例如 orderBy id desc,user_id asc
|
T having(QueryCondition condition)
condition - T limit(long startRow, long pageSize)
startRow - 开始行数(包含)pageSize - Copyright © 2019. All rights reserved.