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