public class UpdateSqlImpl extends SqlLogImpl implements UpdateSql, DefaultUpdateTableSupport<UpdateSql>, DefaultJoinOnSupport<UpdateSql>, DefaultSetSupport<UpdateSql>, DefaultWhereSupport<UpdateSql>, DefaultUseAliasSupport
| 构造器和说明 |
|---|
UpdateSqlImpl(RawMapper mapper) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
executeUpdate()
执行更新
|
PrepareStatement |
getPrepareStatement()
获取预查询SQL
|
UpdateSql |
getSql()
返回sql
|
boolean |
isUseAlias()
是否使用别名
|
UpdateSql |
updateDefault()
`UPDATE table1 t1` 语句, t1表示"表别名"
|
getUpdatePrepareStatement, getUpdateTable, update, updategetTablePrepareStatementappend, append, getPrepareStatement, getPrepareStatement, getPrepareStatement, getPrepareStatementcomplexFullJoinOn, complexInnerJoinOn, complexLeftJoinOn, complexRightJoinOn, fullJoinOn, getJoinOn, getJoinOnPrepareStatement, innerJoinOn, joinOn, joinOn, joinOn, leftJoinOn, rightJoinOngetSet, getSetItemPrepareStatement, set, setandWhere, andWhere, getWhere, getWherePrepareStatement, orWhere, orWhere, where, whereappendpublic UpdateSqlImpl(RawMapper mapper)
public boolean isUseAlias()
DefaultUseAliasSupportisUseAlias 在接口中 DefaultUseAliasSupportpublic UpdateSql getSql()
DefaultSqlSupportgetSql 在接口中 DefaultSqlSupport<UpdateSql>public UpdateSql updateDefault()
UpdateSqlupdateDefault 在接口中 UpdateSqlpublic PrepareStatement getPrepareStatement()
PrepareStatementSupportgetPrepareStatement 在接口中 PrepareStatementSupportpublic int executeUpdate()
UpdateSqlexecuteUpdate 在接口中 UpdateSqlCopyright © 2020 IBIT程序猿. All rights reserved.