public interface DeleteExecute<R> extends BoundSqlBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
R |
allowEmptyWhere()
允许空 Where条件(注意:空 Where 条件会导致删除整个数据库)
|
int |
doDelete()
根据 Lambda 构造器的条件执行删除
|
getBoundSql, getBoundSqlint doDelete()
throws SQLException
SQLExceptionR allowEmptyWhere()
Copyright © 2021–2022. All rights reserved.