com.alibaba.druid.sql.dialect.mysql.ast.statement
类 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
所有已实现的接口:
SQLObject, SQLStatement

public class MySqlDeleteStatement
extends SQLDeleteStatement


构造方法摘要
MySqlDeleteStatement()
           
 
方法摘要
 SQLTableSource getFrom()
           
 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)
           
 
从类 com.alibaba.druid.sql.ast.statement.SQLDeleteStatement 继承的方法
getAlias, getExprTableSource, getTableName, getTableSource, getWhere, setAlias, setTableName, setTableName, setTableSource, setTableSource, setWhere
 
从类 com.alibaba.druid.sql.ast.SQLStatementImpl 继承的方法
toString
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 

构造方法详细信息

MySqlDeleteStatement

public MySqlDeleteStatement()
方法详细信息

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)

getFrom

public SQLTableSource getFrom()

getUsing

public SQLTableSource getUsing()

setUsing

public void setUsing(SQLTableSource using)

setFrom

public void setFrom(SQLTableSource from)

getOrderBy

public SQLOrderBy getOrderBy()

setOrderBy

public void setOrderBy(SQLOrderBy orderBy)

getLimit

public MySqlSelectQueryBlock.Limit getLimit()

setLimit

public void setLimit(MySqlSelectQueryBlock.Limit limit)

output

public void output(StringBuffer buf)
指定者:
接口 SQLObject 中的 output
覆盖:
SQLObjectImpl 中的 output


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.