public class MySqlDeleteStatement extends SQLDeleteStatement
| Constructor and Description |
|---|
MySqlDeleteStatement() |
| Modifier and Type | Method and Description |
|---|---|
MySqlDeleteStatement |
clone() |
SQLName |
getForcePartition() |
List<SQLCommentHint> |
getHints() |
int |
getHintsSize() |
SQLLimit |
getLimit() |
SQLOrderBy |
getOrderBy() |
boolean |
isForceAllPartitions() |
boolean |
isFulltextDictionary() |
boolean |
isIgnore() |
boolean |
isLowPriority() |
boolean |
isQuick() |
void |
setForceAllPartitions(boolean forceAllPartitions) |
void |
setForcePartition(SQLName x) |
void |
setFulltextDictionary(boolean fulltextDictionary) |
void |
setIgnore(boolean ignore) |
void |
setLimit(SQLLimit limit) |
void |
setLowPriority(boolean lowPriority) |
void |
setOrderBy(SQLOrderBy orderBy) |
void |
setQuick(boolean quick) |
addCondition, addCondition, addWhere, 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, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic MySqlDeleteStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class 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)
public boolean isFulltextDictionary()
public void setFulltextDictionary(boolean fulltextDictionary)
public boolean isForceAllPartitions()
public void setForceAllPartitions(boolean forceAllPartitions)
public SQLName getForcePartition()
public void setForcePartition(SQLName x)
Copyright © 2013–2020 Alibaba Group. All rights reserved.