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

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLStatementImpl
          extended by com.alibaba.druid.sql.ast.statement.SQLDropTableStatement
All Implemented Interfaces:
SQLObject, SQLStatement, SQLDDLStatement, Serializable
Direct Known Subclasses:
MySqlDropTableStatement

public class SQLDropTableStatement
extends SQLStatementImpl
implements SQLDDLStatement

See Also:
Serialized Form

Constructor Summary
SQLDropTableStatement()
           
SQLDropTableStatement(SQLExprTableSource tableSource)
           
SQLDropTableStatement(SQLName name)
           
 
Method Summary
 void addTableSource(SQLExprTableSource tableSource)
           
 void addTableSource(SQLName name)
           
 List<SQLExprTableSource> getTableSources()
           
 void setName(SQLName name)
           
 void setTableSources(List<SQLExprTableSource> tableSources)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
output
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

SQLDropTableStatement

public SQLDropTableStatement()

SQLDropTableStatement

public SQLDropTableStatement(SQLName name)

SQLDropTableStatement

public SQLDropTableStatement(SQLExprTableSource tableSource)
Method Detail

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)


Copyright © 2012 Alibaba Group. All Rights Reserved.