public abstract class SQLSubPartitionBy extends SQLObjectImpl
| Constructor and Description |
|---|
SQLSubPartitionBy() |
| Modifier and Type | Method and Description |
|---|---|
abstract SQLSubPartitionBy |
clone() |
void |
cloneTo(SQLSubPartitionBy x) |
List<SQLAssignItem> |
getOptions() |
SQLExpr |
getSubPartitionsCount() |
List<SQLSubPartition> |
getSubPartitionTemplate() |
boolean |
isLinear() |
void |
setLinear(boolean linear) |
void |
setSubPartitionsCount(SQLExpr subPartitionsCount) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringpublic SQLExpr getSubPartitionsCount()
public void setSubPartitionsCount(SQLExpr subPartitionsCount)
public boolean isLinear()
public void setLinear(boolean linear)
public List<SQLAssignItem> getOptions()
public List<SQLSubPartition> getSubPartitionTemplate()
public void cloneTo(SQLSubPartitionBy x)
public abstract SQLSubPartitionBy clone()
clone in interface SQLObjectclone in class SQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.