public class SQLAlterTableRename extends SQLObjectImpl implements SQLAlterTableItem
Constructor and Description |
---|
SQLAlterTableRename() |
SQLAlterTableRename(SQLExpr to) |
Modifier and Type | Method and Description |
---|---|
SQLExprTableSource |
getTo() |
SQLName |
getToName() |
void |
setTo(SQLExpr to) |
void |
setTo(SQLExprTableSource to) |
accept, 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, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent
public SQLAlterTableRename()
public SQLAlterTableRename(SQLExpr to)
public SQLExprTableSource getTo()
public SQLName getToName()
public void setTo(SQLExprTableSource to)
public void setTo(SQLExpr to)
Copyright © 2013–2021 Alibaba Group. All rights reserved.