public class SQLSubPartition extends SQLObjectImpl
Constructor and Description |
---|
SQLSubPartition() |
Modifier and Type | Method and Description |
---|---|
SQLSubPartition |
clone() |
SQLName |
getName() |
SQLName |
getTableSpace() |
SQLPartitionValue |
getValues() |
void |
setName(SQLName name) |
void |
setTableSpace(SQLName tableSpace) |
void |
setValues(SQLPartitionValue values) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
public SQLName getName()
public void setName(SQLName name)
public SQLPartitionValue getValues()
public void setValues(SQLPartitionValue values)
public SQLName getTableSpace()
public void setTableSpace(SQLName tableSpace)
public SQLSubPartition clone()
clone
in interface SQLObject
clone
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.