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, 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)
public SQLColumnDefinition.Identity clone()
clone
in interface SQLObject
clone
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.