public abstract class SQLSubPartitionBy extends SQLObjectImpl
| Constructor and Description |
|---|
SQLSubPartitionBy() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLAssignItem> |
getOptions() |
SQLExpr |
getSubPartitionsCount() |
List<SQLSubPartition> |
getSubPartitionTemplate() |
boolean |
isLinear() |
void |
setLinear(boolean linear) |
void |
setSubPartitionsCount(SQLExpr subPartitionsCount) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, 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()
Copyright © 2013–2017 Alibaba Group. All rights reserved.