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