public class MySqlDeleteStatement extends SQLDeleteStatement
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
forceAllPartitions |
private SQLName |
forcePartition |
private List<SQLCommentHint> |
hints |
private boolean |
ignore |
private SQLLimit |
limit |
private boolean |
lowPriority |
private SQLOrderBy |
orderBy |
private boolean |
quick |
from, only, tableSource, using, where, withafterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
MySqlDeleteStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(MySqlASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
MySqlDeleteStatement |
clone() |
SQLName |
getForcePartition() |
List<SQLCommentHint> |
getHints() |
int |
getHintsSize() |
SQLLimit |
getLimit() |
SQLOrderBy |
getOrderBy() |
boolean |
isForceAllPartitions() |
boolean |
isIgnore() |
boolean |
isLowPriority() |
boolean |
isQuick() |
void |
output(StringBuffer buf) |
void |
setForceAllPartitions(boolean forceAllPartitions) |
void |
setForcePartition(SQLName x) |
void |
setIgnore(boolean ignore) |
void |
setLimit(SQLLimit limit) |
void |
setLowPriority(boolean lowPriority) |
void |
setOrderBy(SQLOrderBy orderBy) |
void |
setQuick(boolean quick) |
addCondition, addCondition, addWhere, cloneTo, getAlias, getChildren, getExprTableSource, getFrom, getTableName, getTableSource, getUsing, getWhere, getWith, isOnly, removeCondition, removeCondition, replace, setAlias, setFrom, setOnly, setTableName, setTableName, setTableSource, setTableSource, setUsing, setWhere, setWithgetDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentprivate boolean lowPriority
private boolean quick
private boolean ignore
private SQLOrderBy orderBy
private SQLLimit limit
private List<SQLCommentHint> hints
private boolean forceAllPartitions
private SQLName forcePartition
public MySqlDeleteStatement clone()
clone 在接口中 SQLObjectclone 在接口中 SQLStatementclone 在类中 SQLDeleteStatementpublic List<SQLCommentHint> getHints()
public int getHintsSize()
public boolean isLowPriority()
public void setLowPriority(boolean lowPriority)
public boolean isQuick()
public void setQuick(boolean quick)
public boolean isIgnore()
public void setIgnore(boolean ignore)
public SQLOrderBy getOrderBy()
public void setOrderBy(SQLOrderBy orderBy)
public SQLLimit getLimit()
public void setLimit(SQLLimit limit)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLDeleteStatementpublic void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplprotected void accept0(MySqlASTVisitor visitor)
public boolean isForceAllPartitions()
public void setForceAllPartitions(boolean forceAllPartitions)
public SQLName getForcePartition()
public void setForcePartition(SQLName x)
Copyright © 2013–2019 Alibaba Group. All rights reserved.