public class SQLAlterTableExchangePartition extends SQLObjectImpl implements SQLAlterTableItem
| Constructor and Description |
|---|
SQLAlterTableExchangePartition() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPartition(SQLExpr x) |
List<SQLExpr> |
getPartitions() |
SQLExprTableSource |
getTable() |
Boolean |
getValidation() |
void |
setTable(SQLExprTableSource x) |
void |
setTable(SQLName x) |
void |
setValidation(boolean validation) |
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, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void addPartition(SQLExpr x)
public SQLExprTableSource getTable()
public void setTable(SQLName x)
public void setTable(SQLExprTableSource x)
public void setValidation(boolean validation)
public Boolean getValidation()
Copyright © 2013–2022 Alibaba Group. All rights reserved.