public interface UpdateSql extends UpdateTableSupport<UpdateSql>, JoinOnSupport<UpdateSql>, SetSupport<UpdateSql>, WhereSupport<UpdateSql>, PrepareStatementSupport
Modifier and Type | Method and Description |
---|---|
int |
executeUpdate()
执行更新
|
UpdateSql |
updateDefault()
Deprecated.
|
update, update
complexFullJoinOn, complexInnerJoinOn, complexLeftJoinOn, complexRightJoinOn, fullJoinOn, innerJoinOn, joinOn, joinOn, joinOn, leftJoinOn, rightJoinOn
decreaseSet, increaseSet, set, set, set
andWhere, andWhere, orWhere, orWhere, where, where
getPrepareStatement
@Deprecated UpdateSql updateDefault()
int executeUpdate()
Copyright © 2020 IBIT程序猿. All rights reserved.