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, delete
from, from
complexFullJoinOn, complexInnerJoinOn, complexLeftJoinOn, complexRightJoinOn, fullJoinOn, innerJoinOn, joinOn, joinOn, joinOn, leftJoinOn, rightJoinOn
andWhere, andWhere, orWhere, orWhere, where, where
getPrepareStatement
@Deprecated DeleteSql deleteFromDefault()
DeleteSql deleteFrom(List<Table> tables)
tables
- 表列表int executeDelete()
Copyright © 2020 IBIT程序猿. All rights reserved.