public interface DeleteSql extends DeleteSupport<DeleteSql>, FromSupport<DeleteSql>, JoinOnSupport<DeleteSql>, WhereSupport<DeleteSql>, PrepareStatementSupport
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteSql |
deleteFrom(List<Table> tables)
删除表,item和from同时设置
|
DeleteSql |
deleteFrom(Table table)
删除表,item和from同时设置
|
delete, deletefrom, fromcomplexFullJoinOn, complexInnerJoinOn, complexLeftJoinOn, complexRightJoinOn, fullJoinOn, innerJoinOn, joinOn, joinOn, joinOn, leftJoinOn, rightJoinOnandWhere, andWhere, orWhere, orWhere, where, wheregetPrepareStatementCopyright © 2020 IBIT程序猿. All rights reserved.