public interface FromSupport<T>
Modifier and Type | Method and Description |
---|---|
T |
from(List<Table> tables)
`FROM table1 t1, table2 t2...` 语句, t1, t2表示"表别名"
|
T |
from(Table table)
`FROM table1 t1` 语句, t1表示"表别名"
|
Copyright © 2020 IBIT程序猿. All rights reserved.