public class MySqlUpdateStatement extends SQLUpdateStatement implements MySqlStatement
Constructor and Description |
---|
MySqlUpdateStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLLimit |
getLimit() |
SQLExpr |
getTargetAffectRow() |
boolean |
isCommitOnSuccess() |
boolean |
isIgnore() |
boolean |
isLowPriority() |
boolean |
isQueryOnPk() |
boolean |
isRollBackOnFail() |
void |
setCommitOnSuccess(boolean commitOnSuccess) |
void |
setIgnore(boolean ignore) |
void |
setLimit(SQLLimit limit) |
void |
setLowPriority(boolean lowPriority) |
void |
setQueryOnPk(boolean queryOnPk) |
void |
setRollBackOnFail(boolean rollBackOnFail) |
void |
setTargetAffectRow(SQLExpr targetAffectRow) |
addCondition, addCondition, addItem, getChildren, getFrom, getItems, getOrderBy, getReturning, getTableName, getTableSource, getWhere, getWith, output, removeCondition, removeCondition, replace, setFrom, setOrderBy, setTableSource, setTableSource, setWhere, setWith
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, getChildren, getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLLimit getLimit()
public void setLimit(SQLLimit limit)
public void accept0(MySqlASTVisitor visitor)
accept0
in interface MySqlObject
public 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)
Copyright © 2013–2017 Alibaba Group. All rights reserved.