public class MySqlAlterTableOption extends MySqlObjectImpl implements SQLAlterTableItem
| 构造器和说明 |
|---|
MySqlAlterTableOption() |
MySqlAlterTableOption(String name,
String value) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
String |
getName() |
String |
getValue() |
void |
setName(String name) |
void |
setValue(String value) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlObjectImplpublic String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
Copyright © 2012 Alibaba Group. All Rights Reserved.