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