public class SQLDropViewStatement extends SQLStatementImpl implements SQLDDLStatement
构造器和说明 |
---|
SQLDropViewStatement() |
SQLDropViewStatement(SQLExprTableSource tableSource) |
SQLDropViewStatement(SQLName name) |
SQLDropViewStatement(String dbType) |
限定符和类型 | 方法和说明 |
---|---|
void |
addTableSource(SQLExprTableSource tableSource) |
void |
addTableSource(SQLName name) |
List<SQLExprTableSource> |
getTableSources() |
boolean |
isCascade() |
boolean |
isIfExists() |
boolean |
isRestrict() |
void |
setCascade(boolean cascade) |
void |
setIfExists(boolean ifExists) |
void |
setName(SQLName name) |
void |
setRestrict(boolean restrict) |
void |
setTableSources(List<SQLExprTableSource> tableSources) |
getDbType, setDbType, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
public SQLDropViewStatement()
public SQLDropViewStatement(String dbType)
public SQLDropViewStatement(SQLName name)
public SQLDropViewStatement(SQLExprTableSource tableSource)
public List<SQLExprTableSource> getTableSources()
public void setTableSources(List<SQLExprTableSource> tableSources)
public void setName(SQLName name)
public void addTableSource(SQLName name)
public void addTableSource(SQLExprTableSource tableSource)
public boolean isCascade()
public void setCascade(boolean cascade)
public boolean isRestrict()
public void setRestrict(boolean restrict)
public boolean isIfExists()
public void setIfExists(boolean ifExists)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.