public class SQLPartitionByHash extends SQLPartitionBy
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
key |
protected boolean |
unique |
columns, linear, partitions, partitionsCount, storeIn, subPartitionByattributes, parent| 构造器和说明 |
|---|
SQLPartitionByHash() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLPartitionByHash |
clone() |
void |
cloneTo(SQLPartitionByHash x) |
boolean |
isKey() |
boolean |
isUnique() |
void |
setKey(boolean key) |
void |
setUnique(boolean unique) |
addColumn, addPartition, cloneTo, getColumns, getPartitions, getPartitionsCount, getStoreIn, getSubPartitionBy, isLinear, isPartitionByColumn, setLinear, setPartitionsCount, setSubPartitionByaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringpublic boolean isKey()
public void setKey(boolean key)
public boolean isUnique()
public void setUnique(boolean unique)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLPartitionByHash clone()
clone 在接口中 SQLObjectclone 在类中 SQLPartitionBypublic void cloneTo(SQLPartitionByHash x)
Copyright © 2013–2019 Alibaba Group. All rights reserved.