public static class SQLColumnDefinition.Identity extends SQLObjectImpl
Constructor and Description |
---|
Identity() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(SQLASTVisitor visitor) |
Integer |
getIncrement() |
Integer |
getSeed() |
boolean |
isNotForReplication() |
void |
setIncrement(Integer increment) |
void |
setNotForReplication(boolean notForReplication) |
void |
setSeed(Integer seed) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
public 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)
Copyright © 2013–2017 Alibaba Group. All rights reserved.