public class HsqlDbColumnImpl extends ColumnImpl implements HsqlDbColumn
Default implementation of a column in a HsqlDb database.
ColumnImpl.NameImpl, ColumnImpl.TypeImplColumn.Name, Column.Type| Modifier | Constructor and Description |
|---|---|
protected |
HsqlDbColumnImpl(Table pTable,
Column.Name pName,
Column.Type pType) |
getQName, getTable, isPrimaryKeyPart, isVirtualequals, getCustomData, getLength, getName, getType, hasFixedLength, hashCode, isBinaryColumn, isNullable, isStringColumn, setCustomData, setLength, setLength, setNullableclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetCustomData, getName, getQName, getTable, getType, isBinaryColumn, isNullable, isPrimaryKeyPart, isStringColumn, isVirtual, setCustomData, setNullableprotected HsqlDbColumnImpl(Table pTable, Column.Name pName, Column.Type pType)