public static class SQLColumnDefinition.Identity extends SQLObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
cycle |
private Integer |
increment |
private Integer |
maxValue |
private Integer |
minValue |
private boolean |
notForReplication |
private Integer |
seed |
attributes, parent| 构造器和说明 |
|---|
Identity() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLColumnDefinition.Identity |
clone() |
Integer |
getIncrement() |
Integer |
getMaxValue() |
Integer |
getMinValue() |
Integer |
getSeed() |
boolean |
isCycle() |
boolean |
isNotForReplication() |
void |
setCycle(boolean cycle) |
void |
setIncrement(Integer increment) |
void |
setMaxValue(Integer maxValue) |
void |
setMinValue(Integer minValue) |
void |
setNotForReplication(boolean notForReplication) |
void |
setSeed(Integer seed) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringprivate Integer seed
private Integer increment
private boolean notForReplication
private boolean cycle
private Integer minValue
private Integer maxValue
public Integer getSeed()
public void setSeed(Integer seed)
public Integer getIncrement()
public void setIncrement(Integer increment)
public boolean isCycle()
public void setCycle(boolean cycle)
public Integer getMinValue()
public void setMinValue(Integer minValue)
public Integer getMaxValue()
public void setMaxValue(Integer maxValue)
public boolean isNotForReplication()
public void setNotForReplication(boolean notForReplication)
public void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLColumnDefinition.Identity clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.