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