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, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic 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 在接口中 SQLServerObjectaccept0 在类中 SQLServerObjectImplCopyright © 2013-2014 Alibaba Group. All Rights Reserved.