public static class SQLServerColumnDefinition.Identity extends SQLServerObjectImpl
构造器和说明 |
---|
SQLServerColumnDefinition.Identity() |
限定符和类型 | 方法和说明 |
---|---|
void |
accept0(SQLServerASTVisitor visitor) |
Integer |
getIncrement() |
Integer |
getSeed() |
boolean |
isNotForReplication() |
void |
setIncrement(Integer increment) |
void |
setNotForReplication(boolean notForReplication) |
void |
setSeed(Integer seed) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
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(SQLServerASTVisitor visitor)
accept0
在接口中 SQLServerObject
accept0
在类中 SQLServerObjectImpl
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.