public class MySqlDeleteStatement extends SQLDeleteStatement
| Constructor and Description |
|---|
MySqlDeleteStatement() |
| Modifier and Type | Method and Description |
|---|---|
SQLTableSource |
getFrom() |
List<SQLCommentHint> |
getHints() |
int |
getHintsSize() |
MySqlSelectQueryBlock.Limit |
getLimit() |
SQLOrderBy |
getOrderBy() |
SQLTableSource |
getUsing() |
boolean |
isIgnore() |
boolean |
isLowPriority() |
boolean |
isQuick() |
void |
output(StringBuffer buf) |
void |
setFrom(SQLTableSource from) |
void |
setIgnore(boolean ignore) |
void |
setLimit(MySqlSelectQueryBlock.Limit limit) |
void |
setLowPriority(boolean lowPriority) |
void |
setOrderBy(SQLOrderBy orderBy) |
void |
setQuick(boolean quick) |
void |
setUsing(SQLTableSource using) |
getAlias, getExprTableSource, getTableName, getTableSource, getWhere, setAlias, setTableName, setTableName, 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, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic 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 SQLTableSource getFrom()
public SQLTableSource getUsing()
public void setUsing(SQLTableSource using)
public void setFrom(SQLTableSource from)
public SQLOrderBy getOrderBy()
public void setOrderBy(SQLOrderBy orderBy)
public MySqlSelectQueryBlock.Limit getLimit()
public void setLimit(MySqlSelectQueryBlock.Limit limit)
public void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.