public class SQLAlterTableAddPartition extends SQLObjectImpl implements SQLAlterTableItem
Constructor and Description |
---|
SQLAlterTableAddPartition() |
Modifier and Type | Method and Description |
---|---|
void |
addPartition(SQLObject x) |
SQLExpr |
getLocation() |
SQLExpr |
getPartitionCount() |
List<SQLObject> |
getPartitions() |
boolean |
isIfNotExists() |
void |
setIfNotExists(boolean ifNotExists) |
void |
setLocation(SQLExpr x) |
void |
setPartitionCount(SQLExpr x) |
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 void addPartition(SQLObject x)
public boolean isIfNotExists()
public void setIfNotExists(boolean ifNotExists)
public SQLExpr getPartitionCount()
public void setPartitionCount(SQLExpr x)
public SQLExpr getLocation()
public void setLocation(SQLExpr x)
Copyright © 2013–2021 Alibaba Group. All rights reserved.