public abstract class SQLSubPartitionBy extends SQLObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
protected SQLIntegerExpr |
lifecycle |
protected boolean |
linear |
protected List<SQLAssignItem> |
options |
protected SQLExpr |
subPartitionsCount |
protected List<SQLSubPartition> |
subPartitionTemplate |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLSubPartitionBy() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, accept0, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringprotected SQLExpr subPartitionsCount
protected boolean linear
protected List<SQLAssignItem> options
protected List<SQLSubPartition> subPartitionTemplate
protected SQLIntegerExpr lifecycle
public 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 在接口中 SQLObjectclone 在类中 SQLObjectImplCopyright © 2013–2023. All rights reserved.