类 MySqlDeleteStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLDeleteStatement
com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlDeleteStatement
- 所有已实现的接口:
SQLDbTypedObject,SQLObject,SQLReplaceable,SQLStatement
-
字段概要
从类继承的字段 com.alibaba.druid.sql.ast.statement.SQLDeleteStatement
from, only, tableSource, using, where, with从类继承的字段 com.alibaba.druid.sql.ast.SQLStatementImpl
afterSemi, dbType, headHints从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidaccept0(MySqlASTVisitor visitor) protected voidaccept0(SQLASTVisitor visitor) clone()getHints()intgetLimit()booleanbooleanbooleanisIgnore()booleanbooleanisQuick()voidsetForceAllPartitions(boolean forceAllPartitions) voidvoidsetFulltextDictionary(boolean fulltextDictionary) voidsetIgnore(boolean ignore) voidvoidsetLowPriority(boolean lowPriority) voidsetOrderBy(SQLOrderBy orderBy) voidsetQuick(boolean quick) 从类继承的方法 com.alibaba.druid.sql.ast.statement.SQLDeleteStatement
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, setWith从类继承的方法 com.alibaba.druid.sql.ast.SQLStatementImpl
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedString从类继承的方法 com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
构造器详细资料
-
MySqlDeleteStatement
public MySqlDeleteStatement()
-
-
方法详细资料
-
clone
- 指定者:
clone在接口中SQLObject- 指定者:
clone在接口中SQLStatement- 覆盖:
clone在类中SQLDeleteStatement
-
getHints
-
getHintsSize
public int getHintsSize() -
isLowPriority
public boolean isLowPriority() -
setLowPriority
public void setLowPriority(boolean lowPriority) -
isQuick
public boolean isQuick() -
setQuick
public void setQuick(boolean quick) -
isIgnore
public boolean isIgnore() -
setIgnore
public void setIgnore(boolean ignore) -
getOrderBy
-
setOrderBy
-
getLimit
-
setLimit
-
isFulltextDictionary
public boolean isFulltextDictionary() -
setFulltextDictionary
public void setFulltextDictionary(boolean fulltextDictionary) -
accept0
- 覆盖:
accept0在类中SQLDeleteStatement
-
accept0
-
isForceAllPartitions
public boolean isForceAllPartitions() -
setForceAllPartitions
public void setForceAllPartitions(boolean forceAllPartitions) -
getForcePartition
-
setForcePartition
-