public class SQLAlterTableExchangePartition extends SQLObjectImpl implements SQLAlterTableItem
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLName |
partition |
private SQLExprTableSource |
table |
private Boolean |
validation |
attributes, parent| 构造器和说明 |
|---|
SQLAlterTableExchangePartition() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLName |
getPartition() |
SQLExprTableSource |
getTable() |
Boolean |
getValidation() |
void |
setPartition(SQLName x) |
void |
setTable(SQLExprTableSource x) |
void |
setTable(SQLName x) |
void |
setValidation(boolean validation) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLName partition
private SQLExprTableSource table
private Boolean validation
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLName getPartition()
public void setPartition(SQLName x)
public SQLExprTableSource getTable()
public void setTable(SQLName x)
public void setTable(SQLExprTableSource x)
public void setValidation(boolean validation)
public Boolean getValidation()
Copyright © 2013–2019 Alibaba Group. All rights reserved.