public class SQLAlterTableRename extends SQLObjectImpl implements SQLAlterTableItem
| 限定符和类型 | 字段和说明 |
|---|---|
protected SQLExprTableSource |
to |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLAlterTableRename() |
SQLAlterTableRename(SQLExpr to) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLExprTableSource |
getTo() |
SQLName |
getToName() |
void |
setTo(SQLExpr to) |
void |
setTo(SQLExprTableSource to) |
accept, 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, setParentprotected SQLExprTableSource to
public SQLAlterTableRename()
public SQLAlterTableRename(SQLExpr to)
public SQLExprTableSource getTo()
public SQLName getToName()
public void setTo(SQLExprTableSource to)
public void setTo(SQLExpr to)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplCopyright © 2013–2023. All rights reserved.