public class SQLAlterTableRename extends SQLObjectImpl implements SQLAlterTableItem
| Constructor and Description |
|---|
SQLAlterTableRename() |
SQLAlterTableRename(SQLExpr to) |
SQLAlterTableRename(String to) |
| Modifier and Type | Method and Description |
|---|---|
SQLExprTableSource |
getTo() |
SQLName |
getToName() |
void |
setTo(SQLExpr to) |
void |
setTo(SQLExprTableSource to) |
void |
setTo(String to) |
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 SQLAlterTableRename()
public SQLAlterTableRename(SQLExpr to)
public SQLAlterTableRename(String to)
public SQLExprTableSource getTo()
public SQLName getToName()
public void setTo(SQLExprTableSource to)
public void setTo(String to)
public void setTo(SQLExpr to)
Copyright © 2013–2018 Alibaba Group. All rights reserved.