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 |
getSeed() |
boolean |
isNotForReplication() |
void |
setIncrement(Integer increment) |
void |
setNotForReplication(boolean notForReplication) |
void |
setSeed(Integer seed) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, 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 isNotForReplication()
public void setNotForReplication(boolean notForReplication)
public void accept0(SQLASTVisitor visitor)
public SQLColumnDefinition.Identity clone()
clone in interface SQLObjectclone in class SQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.