com.alibaba.druid.sql.ast.statement
类 SQLDropTableStatement

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.SQLStatementImpl
          继承者 com.alibaba.druid.sql.ast.statement.SQLDropTableStatement
所有已实现的接口:
SQLObject, SQLStatement, SQLDDLStatement

public class SQLDropTableStatement
extends SQLStatementImpl
implements SQLDDLStatement


构造方法摘要
SQLDropTableStatement()
           
SQLDropTableStatement(SQLExprTableSource tableSource)
           
SQLDropTableStatement(SQLName name)
           
 
方法摘要
 void addTableSource(SQLExprTableSource tableSource)
           
 void addTableSource(SQLName name)
           
 List<SQLExprTableSource> getTableSources()
           
 boolean isCascade()
           
 boolean isIfExists()
           
 boolean isPurge()
           
 boolean isRestrict()
           
 boolean isTemporary()
           
 void setCascade(boolean cascade)
           
 void setIfExists(boolean ifExists)
           
 void setName(SQLName name)
           
 void setPurge(boolean purge)
           
 void setRestrict(boolean restrict)
           
 void setTableSources(List<SQLExprTableSource> tableSources)
           
 void setTemporary(boolean temporary)
           
 
从类 com.alibaba.druid.sql.ast.SQLStatementImpl 继承的方法
toString
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

构造方法详细信息

SQLDropTableStatement

public SQLDropTableStatement()

SQLDropTableStatement

public SQLDropTableStatement(SQLName name)

SQLDropTableStatement

public SQLDropTableStatement(SQLExprTableSource tableSource)
方法详细信息

getTableSources

public List<SQLExprTableSource> getTableSources()

setTableSources

public void setTableSources(List<SQLExprTableSource> tableSources)

setName

public void setName(SQLName name)

addTableSource

public void addTableSource(SQLName name)

addTableSource

public void addTableSource(SQLExprTableSource tableSource)

isPurge

public boolean isPurge()

setPurge

public void setPurge(boolean purge)

isIfExists

public boolean isIfExists()

setIfExists

public void setIfExists(boolean ifExists)

isCascade

public boolean isCascade()

setCascade

public void setCascade(boolean cascade)

isRestrict

public boolean isRestrict()

setRestrict

public void setRestrict(boolean restrict)

isTemporary

public boolean isTemporary()

setTemporary

public void setTemporary(boolean temporary)


Copyright © 2013 Alibaba Group. All Rights Reserved.