| 限定符和类型 | 方法和说明 |
|---|---|
String |
action()
操作类型
|
static Select |
from(Class<?> clazz) |
static Select |
from(String... tables) |
KV |
getKv() |
Select |
orderBy(String... orders) |
Select |
select() |
Select |
select(Class<?> clazz) |
Select |
select(Select select,
String alias) |
Select |
select(String... columns) |
String |
toSql()
转为SQL语句
|
Select |
where(Where where) |
Copyright © 2020. All rights reserved.