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