public class SQLAlterTableExchangePartition extends SQLObjectImpl implements SQLAlterTableItem
| Constructor and Description |
|---|
SQLAlterTableExchangePartition() |
| Modifier and Type | Method and Description |
|---|---|
SQLName |
getPartition() |
SQLExprTableSource |
getTable() |
Boolean |
getValidation() |
void |
setPartition(SQLName x) |
void |
setTable(SQLExprTableSource x) |
void |
setTable(SQLName x) |
void |
setValidation(boolean validation) |
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 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–2018 Alibaba Group. All rights reserved.