public final class Where extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
Cond |
cond() |
static Where |
create() |
static Where |
create(Cond cond) |
static Where |
create(String whereCond) |
Params |
getParams() |
GroupBy |
groupBy() |
Where |
groupBy(Fields fields) |
Where |
groupBy(GroupBy groupBy) |
Where |
groupBy(String field) |
Where |
groupBy(String prefix,
String field) |
Where |
having(Cond cond) |
Where |
orderAsc(String field) |
Where |
orderAsc(String prefix,
String field) |
OrderBy |
orderBy() |
Where |
orderDesc(String field) |
Where |
orderDesc(String prefix,
String field) |
Where |
param(Object param) |
Where |
param(Params params) |
String |
toSQL() |
String |
toString() |
Where |
where(Where where) |
Copyright © 2019. All rights reserved.