public class MySqlDropTableStatement extends SQLDropTableStatement implements MySqlStatement
| 构造器和说明 |
|---|
MySqlDropTableStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
String |
getOption() |
boolean |
isIfExists() |
boolean |
isTemporary() |
void |
setIfExists(boolean ifExists) |
void |
setOption(String option) |
void |
setTemporary(boolean temporary) |
addTableSource, addTableSource, getTableSources, setName, setTableSourcesoutputaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectpublic boolean isIfExists()
public void setIfExists(boolean ifExists)
public boolean isTemporary()
public void setTemporary(boolean temporary)
public String getOption()
public void setOption(String option)
Copyright © 2012 Alibaba Group. All Rights Reserved.