Modifier and Type |
Method and Description |
Cond |
cond() |
static Where |
create() |
static Where |
create(Cond cond) |
static Where |
create(IDatabase owner) |
static Where |
create(IDatabase owner,
String whereCond) |
static Where |
create(Query<?> query) |
static Where |
create(String whereCond) |
Slot |
getSlot() |
GroupBy |
groupBy() |
Where |
groupBy(Fields fields) |
Where |
groupBy(Fields fields,
boolean wrapIdentifier) |
Where |
groupBy(Fields fields,
boolean desc,
boolean wrapIdentifier) |
Where |
groupBy(GroupBy groupBy) |
Where |
groupBy(IFunction func) |
Where |
groupBy(IFunction func,
boolean desc) |
Where |
groupBy(String field) |
Where |
groupBy(String field,
boolean wrapIdentifier) |
Where |
groupBy(String field,
boolean desc,
boolean wrapIdentifier) |
Where |
groupBy(String prefix,
Fields fields) |
Where |
groupBy(String prefix,
Fields fields,
boolean wrapIdentifier) |
Where |
groupBy(String prefix,
Fields fields,
boolean desc,
boolean wrapIdentifier) |
Where |
groupBy(String prefix,
String field) |
Where |
groupBy(String prefix,
String field,
boolean wrapIdentifier) |
Where |
groupBy(String prefix,
String field,
boolean desc,
boolean wrapIdentifier) |
Where |
groupByDesc(Fields fields) |
Where |
groupByDesc(Fields fields,
boolean wrapIdentifier) |
Where |
groupByDesc(IFunction func) |
Where |
groupByDesc(String field) |
Where |
groupByDesc(String field,
boolean wrapIdentifier) |
Where |
groupByDesc(String prefix,
Fields fields) |
Where |
groupByDesc(String prefix,
Fields fields,
boolean wrapIdentifier) |
Where |
groupByDesc(String prefix,
String field) |
Where |
groupByDesc(String prefix,
String field,
boolean wrapIdentifier) |
Where |
groupByRollup() |
Where |
having(Cond cond) |
OrderBy |
orderBy() |
Where |
orderBy(OrderBy orderBy) |
Where |
orderByAsc(Fields fields) |
Where |
orderByAsc(Fields fields,
boolean wrapIdentifier) |
Where |
orderByAsc(IFunction func) |
Where |
orderByAsc(String field) |
Where |
orderByAsc(String field,
boolean wrapIdentifier) |
Where |
orderByAsc(String prefix,
Fields fields) |
Where |
orderByAsc(String prefix,
Fields fields,
boolean wrapIdentifier) |
Where |
orderByAsc(String prefix,
String field) |
Where |
orderByAsc(String prefix,
String field,
boolean wrapIdentifier) |
Where |
orderByDesc(Fields fields) |
Where |
orderByDesc(Fields fields,
boolean wrapIdentifier) |
Where |
orderByDesc(IFunction func) |
Where |
orderByDesc(String field) |
Where |
orderByDesc(String field,
boolean wrapIdentifier) |
Where |
orderByDesc(String prefix,
Fields fields) |
Where |
orderByDesc(String prefix,
Fields fields,
boolean wrapIdentifier) |
Where |
orderByDesc(String prefix,
String field) |
Where |
orderByDesc(String prefix,
String field,
boolean wrapIdentifier) |
Where |
param(Object param) |
Where |
param(Params params) |
Params |
params() |
String |
toSQL() |
String |
toString() |
Where |
where(Where where) |