org.apache.ws.jaxme.sqls.impl
public abstract class AbstractColumn extends Object implements Column, StringColumn, BinaryColumn
| Constructor Summary | |
|---|---|
| protected | AbstractColumn(Column.Name pName, Column.Type pType) |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| Object | getCustomData() |
| Long | getLength() |
| Column.Name | getName() |
| Column.Type | getType() |
| boolean | hasFixedLength() |
| int | hashCode() |
| boolean | isBinaryColumn() |
| boolean | isNullable() |
| boolean | isStringColumn() |
| void | setCustomData(Object pCustomData) |
| void | setLength(Long pLength) |
| void | setLength(long pLength) |
| void | setNullable(boolean pNullable) |