public class MySqlUpdateStatement extends SQLUpdateStatement implements MySqlStatement
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<SQLCommentHint> |
hints |
from, items, orderBy, returning, tableSource, where, withafterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
MySqlUpdateStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
boolean |
equals(Object o) |
SQLName |
getForcePartition() |
List<SQLCommentHint> |
getHints() |
int |
getHintsSize() |
SQLLimit |
getLimit() |
SQLExpr |
getTargetAffectRow() |
int |
hashCode() |
boolean |
isCommitOnSuccess() |
boolean |
isForceAllPartitions() |
boolean |
isIgnore() |
boolean |
isLowPriority() |
boolean |
isQueryOnPk() |
boolean |
isRollBackOnFail() |
void |
setCommitOnSuccess(boolean commitOnSuccess) |
void |
setForceAllPartitions(boolean forceAllPartitions) |
void |
setForcePartition(SQLName x) |
void |
setHints(List<SQLCommentHint> hints) |
void |
setIgnore(boolean ignore) |
void |
setLimit(SQLLimit limit) |
void |
setLowPriority(boolean lowPriority) |
void |
setQueryOnPk(boolean queryOnPk) |
void |
setRollBackOnFail(boolean rollBackOnFail) |
void |
setTargetAffectRow(SQLExpr targetAffectRow) |
acceptChild, addCondition, addCondition, addItem, addWhere, clone, cloneTo, getChildren, getFrom, getItems, getOrderBy, getReturning, getTableName, getTableSource, getWhere, getWith, removeCondition, removeCondition, replace, setFrom, setOrderBy, setTableSource, setTableSource, setWhere, setWithgetDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentprotected List<SQLCommentHint> hints
public SQLLimit getLimit()
public void setLimit(SQLLimit limit)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLUpdateStatementpublic void accept0(MySqlASTVisitor visitor)
accept0 在接口中 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 boolean equals(Object o)
equals 在类中 SQLUpdateStatementpublic int hashCode()
hashCode 在类中 SQLUpdateStatementpublic SQLName getForcePartition()
public void setForcePartition(SQLName x)
public boolean isForceAllPartitions()
public void setForceAllPartitions(boolean forceAllPartitions)
public int getHintsSize()
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
Copyright © 2013–2023. All rights reserved.