public interface UpdateSql extends UpdateTableSupport<UpdateSql>, JoinOnSupport<UpdateSql>, SetSupport<UpdateSql>, WhereSupport<UpdateSql>, PrepareStatementSupport
| 限定符和类型 | 方法和说明 |
|---|---|
int |
executeUpdate()
执行更新
|
UpdateSql |
updateDefault()
`UPDATE table1 t1` 语句, t1表示"表别名"
|
update, updatecomplexFullJoinOn, complexInnerJoinOn, complexLeftJoinOn, complexRightJoinOn, fullJoinOn, innerJoinOn, joinOn, joinOn, joinOn, leftJoinOn, rightJoinOnset, setandWhere, andWhere, orWhere, orWhere, where, wheregetPrepareStatementUpdateSql updateDefault()
int executeUpdate()
Copyright © 2020 IBIT程序猿. All rights reserved.