public class SQLAlterTableRenameIndex extends SQLObjectImpl implements SQLAlterTableItem
| Constructor and Description |
|---|
SQLAlterTableRenameIndex() |
SQLAlterTableRenameIndex(SQLName name,
SQLName to) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLName |
getName() |
SQLName |
getTo() |
void |
setName(SQLName x) |
void |
setTo(SQLName x) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(SQLASTVisitor visitor)
public SQLName getName()
public void setName(SQLName x)
public SQLName getTo()
public void setTo(SQLName x)
Copyright © 2013–2018 Alibaba Group. All rights reserved.