public abstract class SQLSubPartitionBy extends SQLObjectImpl
构造器和说明 |
---|
SQLSubPartitionBy() |
限定符和类型 | 方法和说明 |
---|---|
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, toString
public 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–2016 Alibaba Group. All rights reserved.