net.sf.jaxme.sqls.hsqldb
Class HsqlDbColumnImpl

java.lang.Object
  extended bynet.sf.jaxme.sqls.impl.ColumnImpl
      extended bynet.sf.jaxme.sqls.hsqldb.HsqlDbColumnImpl
All Implemented Interfaces:
BinaryColumn, Column, HsqlDbColumn, StringColumn

public class HsqlDbColumnImpl
extends ColumnImpl
implements HsqlDbColumn

Default implementation of a column in a HsqlDb database.

Author:
Jochen Wiedmann

Nested Class Summary
 
Nested classes inherited from class net.sf.jaxme.sqls.impl.ColumnImpl
ColumnImpl.NameImpl, ColumnImpl.TypeImpl
 
Nested classes inherited from class net.sf.jaxme.sqls.Column
Column.Name, Column.Type
 
Constructor Summary
protected HsqlDbColumnImpl(Table pTable, Column.Name pName, Column.Type pType)
           
 
Methods inherited from class net.sf.jaxme.sqls.impl.ColumnImpl
equals, getLength, getName, getQName, getTable, getType, hasFixedLength, hashCode, isBinaryColumn, isNullable, isPrimaryKeyPart, isStringColumn, setLength, setLength, setNullable
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jaxme.sqls.Column
getName, getQName, getTable, getType, isBinaryColumn, isNullable, isPrimaryKeyPart, isStringColumn, setNullable
 

Constructor Detail

HsqlDbColumnImpl

protected HsqlDbColumnImpl(Table pTable,
                           Column.Name pName,
                           Column.Type pType)