public static class SQLColumnDefinition.Identity extends SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
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, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, 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)
accept0 在类中 SQLObjectImplpublic SQLColumnDefinition.Identity clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplCopyright © 2013–2023. All rights reserved.