public interface DeleteSql extends DeleteSupport<DeleteSql>, FromSupport<DeleteSql>, JoinOnSupport<DeleteSql>, WhereSupport<DeleteSql>, PrepareStatementSupport
| Modifier and Type | Method and Description |
|---|---|
DeleteSql |
deleteFrom(List<Table> tables)
删除表,item和from同时设置
|
DeleteSql |
deleteFrom(Table table)
删除表,item和from同时设置
|
DeleteSql |
deleteFromDefault()
Deprecated.
|
int |
executeDelete()
执行删除
|
delete, deletefrom, fromcomplexFullJoinOn, complexInnerJoinOn, complexLeftJoinOn, complexRightJoinOn, fullJoinOn, innerJoinOn, joinOn, joinOn, joinOn, leftJoinOn, rightJoinOnandWhere, andWhere, orWhere, orWhere, where, wheregetPrepareStatement@Deprecated DeleteSql deleteFromDefault()
DeleteSql deleteFrom(List<Table> tables)
tables - 表列表int executeDelete()
Copyright © 2020 IBIT程序猿. All rights reserved.