public class BaseMeta<M> extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
alias |
protected List<Object> |
args |
protected M |
meta |
protected String |
table |
| 构造器和说明 |
|---|
BaseMeta() |
| 限定符和类型 | 方法和说明 |
|---|---|
M |
and() |
M |
and(BaseMeta meta) |
M |
as(String alias) |
protected <E> void |
bind(String table,
M meta,
Class<E> e) |
BaseMeta<M> |
copy() |
<O extends BaseMeta> |
from(O... tables) |
String |
getTable() |
<C extends BaseCol> |
groupBy(C... cs) |
M |
join(BaseMeta otherTable) |
M |
limit(int s,
int e) |
M |
on(BaseCol ac,
BaseCol bc) |
M |
or() |
M |
or(BaseMeta meta) |
<C extends BaseCol> |
orderBy(C... cs) |
<C extends BaseCol> |
orderByDesc(C... cs) |
M |
select(Queryable... cs) |
String |
toSql() |
String |
toString() |
M |
where() |
Copyright © 2020. All rights reserved.