public class StringColumn extends Column<T>
| Constructor and Description |
|---|
StringColumn(java.lang.String name,
StringColumnType type,
int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
StringColumnType |
getType() |
comment, default, defaultValue, getComment, getDefault, getName, getNullable, getPrimary, getUnique, notnull, primary, setComment, setDefault, setNullable, setPrimary, setUnique, uniquepublic StringColumn(java.lang.String name,
StringColumnType type,
int length)
public StringColumnType getType()
public int getLength()