public class MySqlUpdateStatement extends SQLUpdateStatement implements MySqlStatement
| Constructor and Description |
|---|
MySqlUpdateStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
void |
addReturning(List<SQLSelectItem> returning) |
MySqlSelectQueryBlock.Limit |
getLimit() |
SQLOrderBy |
getOrderBy() |
List<SQLSelectItem> |
getReturning() |
SQLExpr |
getTargetAffectRow() |
boolean |
isCommitOnSuccess() |
boolean |
isIgnore() |
boolean |
isLowPriority() |
boolean |
isQueryOnPk() |
boolean |
isRollBackOnFail() |
void |
setCommitOnSuccess(boolean commitOnSuccess) |
void |
setIgnore(boolean ignore) |
void |
setLimit(MySqlSelectQueryBlock.Limit limit) |
void |
setLowPriority(boolean lowPriority) |
void |
setOrderBy(SQLOrderBy orderBy) |
void |
setQueryOnPk(boolean queryOnPk) |
void |
setRollBackOnFail(boolean rollBackOnFail) |
void |
setTargetAffectRow(SQLExpr targetAffectRow) |
addItem, getItems, getTableName, getTableSource, getWhere, output, setTableSource, setTableSource, setWheregetDbType, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic MySqlSelectQueryBlock.Limit getLimit()
public void setLimit(MySqlSelectQueryBlock.Limit limit)
public List<SQLSelectItem> getReturning()
public void addReturning(List<SQLSelectItem> returning)
public void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectpublic boolean isLowPriority()
public void setLowPriority(boolean lowPriority)
public boolean isIgnore()
public void setIgnore(boolean ignore)
public boolean isCommitOnSuccess()
public void setCommitOnSuccess(boolean commitOnSuccess)
public boolean isRollBackOnFail()
public void setRollBackOnFail(boolean rollBackOnFail)
public boolean isQueryOnPk()
public void setQueryOnPk(boolean queryOnPk)
public SQLExpr getTargetAffectRow()
public void setTargetAffectRow(SQLExpr targetAffectRow)
public SQLOrderBy getOrderBy()
public void setOrderBy(SQLOrderBy orderBy)
Copyright © 2013–2018 Alibaba Group. All rights reserved.