public class MySqlAlterTableOption extends MySqlObjectImpl implements SQLAlterTableItem
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
MySqlAlterTableOption() |
MySqlAlterTableOption(String name,
SQLObject value) |
MySqlAlterTableOption(String name,
String value) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
String |
getName() |
SQLObject |
getValue() |
void |
setName(String name) |
void |
setValue(SQLObject value) |
accept0accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlObjectImplpublic String getName()
public void setName(String name)
public SQLObject getValue()
public void setValue(SQLObject value)
Copyright © 2013–2023. All rights reserved.