com.alibaba.druid.sql.ast.statement
类 SQLDropViewStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLDropViewStatement
- 所有已实现的接口:
- SQLObject, SQLStatement, SQLDDLStatement
public class SQLDropViewStatement
- extends SQLStatementImpl
- implements SQLDDLStatement
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)
isCascade
public boolean isCascade()
setCascade
public void setCascade(boolean cascade)
isRestrict
public boolean isRestrict()
setRestrict
public void setRestrict(boolean restrict)
isIfExists
public boolean isIfExists()
setIfExists
public void setIfExists(boolean ifExists)
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.