public static class SQLColumnDefinition.Identity extends SQLObjectImpl
| Constructor and Description |
|---|
Identity() |
| Modifier and Type | Method and Description |
|---|---|
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, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringpublic 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)
public SQLColumnDefinition.Identity clone()
clone in interface SQLObjectclone in class SQLObjectImplCopyright © 2013–2020 Alibaba Group. All rights reserved.