public class MySqlSubPartitionByKey extends SQLSubPartitionBy implements MySqlObject
| 限定符和类型 | 字段和说明 |
|---|---|
private short |
algorithm |
private List<SQLName> |
columns |
linear, options, subPartitionsCount, subPartitionTemplateattributes, parent| 构造器和说明 |
|---|
MySqlSubPartitionByKey() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
void |
addColumn(SQLName column) |
MySqlSubPartitionByKey |
clone() |
void |
cloneTo(MySqlSubPartitionByKey x) |
short |
getAlgorithm() |
List<SQLName> |
getColumns() |
boolean |
isPartitionByColumn(long columnNameHashCode64) |
void |
setAlgorithm(short algorithm) |
cloneTo, getOptions, getSubPartitionsCount, getSubPartitionTemplate, isLinear, setLinear, setSubPartitionsCountaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic short getAlgorithm()
public void setAlgorithm(short algorithm)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectpublic void addColumn(SQLName column)
public void cloneTo(MySqlSubPartitionByKey x)
public MySqlSubPartitionByKey clone()
clone 在接口中 SQLObjectclone 在类中 SQLSubPartitionBypublic boolean isPartitionByColumn(long columnNameHashCode64)
isPartitionByColumn 在类中 SQLSubPartitionByCopyright © 2013–2019 Alibaba Group. All rights reserved.