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

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.SQLDropViewStatement
All Implemented Interfaces:
SQLObject, SQLStatement, SQLDDLStatement, Serializable
Direct Known Subclasses:
MySqlDropViewStatement

public class SQLDropViewStatement
extends SQLStatementImpl
implements SQLDDLStatement

See Also:
Serialized Form

Constructor Summary
SQLDropViewStatement()
           
SQLDropViewStatement(SQLExprTableSource tableSource)
           
SQLDropViewStatement(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

SQLDropViewStatement

public SQLDropViewStatement()

SQLDropViewStatement

public SQLDropViewStatement(SQLName name)

SQLDropViewStatement

public SQLDropViewStatement(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.