public class MySqlDeleteStatement extends SQLDeleteStatement
Constructor and Description |
---|
MySqlDeleteStatement() |
Modifier and Type | Method and Description |
---|---|
List<SQLCommentHint> |
getHints() |
int |
getHintsSize() |
SQLLimit |
getLimit() |
SQLOrderBy |
getOrderBy() |
SQLTableSource |
getUsing() |
boolean |
isIgnore() |
boolean |
isLowPriority() |
boolean |
isQuick() |
void |
output(StringBuffer buf) |
void |
setIgnore(boolean ignore) |
void |
setLimit(SQLLimit limit) |
void |
setLowPriority(boolean lowPriority) |
void |
setOrderBy(SQLOrderBy orderBy) |
void |
setQuick(boolean quick) |
void |
setUsing(SQLTableSource using) |
getAlias, getExprTableSource, getFrom, getTableName, getTableSource, getWhere, setAlias, setFrom, setTableName, setTableName, setTableSource, setTableSource, setWhere
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public 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 getUsing()
public void setUsing(SQLTableSource using)
public SQLOrderBy getOrderBy()
public void setOrderBy(SQLOrderBy orderBy)
public SQLLimit getLimit()
public void setLimit(SQLLimit limit)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.