com.alibaba.druid.sql.ast.statement
Class SQLDropViewStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
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
SQLDropViewStatement
public SQLDropViewStatement()
SQLDropViewStatement
public SQLDropViewStatement(SQLName name)
SQLDropViewStatement
public SQLDropViewStatement(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)
Copyright © 2012 Alibaba Group. All Rights Reserved.