public class SQLDropTableStatement extends SQLStatementImpl implements SQLDDLStatement
| 构造器和说明 |
|---|
SQLDropTableStatement() |
SQLDropTableStatement(SQLExprTableSource tableSource) |
SQLDropTableStatement(SQLName name) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addTableSource(SQLExprTableSource tableSource) |
void |
addTableSource(SQLName name) |
List<SQLExprTableSource> |
getTableSources() |
boolean |
isCascade() |
boolean |
isIfExists() |
boolean |
isPurge() |
boolean |
isRestrict() |
boolean |
isTemporary() |
void |
setCascade(boolean cascade) |
void |
setIfExists(boolean ifExists) |
void |
setName(SQLName name) |
void |
setPurge(boolean purge) |
void |
setRestrict(boolean restrict) |
void |
setTableSources(List<SQLExprTableSource> tableSources) |
void |
setTemporary(boolean temporary) |
toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic SQLDropTableStatement()
public SQLDropTableStatement(SQLName name)
public SQLDropTableStatement(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 isPurge()
public void setPurge(boolean purge)
public boolean isIfExists()
public void setIfExists(boolean ifExists)
public boolean isCascade()
public void setCascade(boolean cascade)
public boolean isRestrict()
public void setRestrict(boolean restrict)
public boolean isTemporary()
public void setTemporary(boolean temporary)
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.