public class IntegerColumn
extends NumberColumn
| Constructor and Description |
|---|
IntegerColumn(java.lang.String name,
IntegerColumnType type) |
| Modifier and Type | Method and Description |
|---|---|
IntegerColumn |
autoIncrement() |
boolean |
getAutoIncrement() |
IntegerColumnType |
getType() |
void |
setAutoIncrement(boolean p) |
comment, default, defaultValue, getComment, getDefault, getName, getNullable, getPrimary, getUnique, notnull, primary, setComment, setDefault, setNullable, setPrimary, setUnique, uniquepublic IntegerColumn(java.lang.String name,
IntegerColumnType type)
public boolean getAutoIncrement()
public void setAutoIncrement(boolean p)
public IntegerColumn autoIncrement()
public IntegerColumnType getType()