public abstract class SQLSubPartitionBy extends SQLObjectImpl
| Constructor and Description |
|---|
SQLSubPartitionBy() |
| Modifier and Type | Method and Description |
|---|---|
abstract SQLSubPartitionBy |
clone() |
void |
cloneTo(SQLSubPartitionBy x) |
SQLIntegerExpr |
getLifecycle() |
List<SQLAssignItem> |
getOptions() |
SQLExpr |
getSubPartitionsCount() |
List<SQLSubPartition> |
getSubPartitionTemplate() |
boolean |
isLinear() |
boolean |
isPartitionByColumn(long columnNameHashCode64) |
void |
setLifecycle(SQLIntegerExpr lifecycle) |
void |
setLinear(boolean linear) |
void |
setSubPartitionsCount(SQLExpr x) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringpublic SQLExpr getSubPartitionsCount()
public void setSubPartitionsCount(SQLExpr x)
public boolean isLinear()
public void setLinear(boolean linear)
public List<SQLAssignItem> getOptions()
public List<SQLSubPartition> getSubPartitionTemplate()
public void cloneTo(SQLSubPartitionBy x)
public SQLIntegerExpr getLifecycle()
public void setLifecycle(SQLIntegerExpr lifecycle)
public boolean isPartitionByColumn(long columnNameHashCode64)
public abstract SQLSubPartitionBy clone()
clone in interface SQLObjectclone in class SQLObjectImplCopyright © 2013–2022 Alibaba Group. All rights reserved.