public class Update extends StatementSqlBuilder implements Statement
stringBuilder
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getColumnValues() |
String |
getId() |
UpdateBody |
getUpdateBody() |
void |
id(String id)
语句的标识,仅用于日志记录时更清晰
|
protected void |
parserStatementBody() |
Update |
set(Value... values) |
String |
toString() |
static Update |
update(Table table) |
Update |
where(Condition condition) |
addParamName, addParamValue, and, appendSql, build, deparseFetch, deparseJoin, deparseLimit, deparseOffset, deparseOrderBy, deparseOrderBy, getLimitString, getNamedList, getStringBuilder, getValues, isNamedSql, isUseBracketsInExprList, mapValue, newSql, or, parsedSql, reset, setUseBracketsInExprList, sql, visitBinaryExpression, visitOldOracleJoinBinaryExpression
public String getId()
public UpdateBody getUpdateBody()
protected void parserStatementBody()
parserStatementBody
in class StatementSqlBuilder
Copyright © 2006–2018 TinyGroup. All rights reserved.