public class BaseTable<M> extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
alias |
protected List<Object> |
args |
protected M |
meta |
protected String |
name |
| 构造器和说明 |
|---|
BaseTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
M |
and() |
M |
and(BaseTable meta) |
M |
as(String alias) |
protected <E> void |
bind(String name,
M meta,
Class<E> e) |
BaseTable<M> |
copy() |
<O extends BaseTable> |
from(O... tables) |
<C extends BaseCol> |
groupBy(C... cs) |
M |
join(BaseTable otherTable) |
M |
limit(int s,
int e) |
M |
on(BaseCol ac,
BaseCol bc) |
M |
or() |
M |
or(BaseTable 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.