| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.jaxme.sqls.impl.AbstractColumn
org.apache.ws.jaxme.sqls.impl.ColumnImpl
Implementation of a column.
| Nested Class Summary | |
| static class | ColumnImpl.NameImpl | 
| static class | ColumnImpl.TypeImpl | 
| Nested classes inherited from class org.apache.ws.jaxme.sqls.Column | 
| Column.Name, Column.Type | 
| Constructor Summary | |
| protected  | ColumnImpl(Table pTable,
           Column.Name pName,
           Column.Type pType) | 
| Method Summary | |
|  java.lang.String | getQName()Returns the columns fully qualified name, which is getTable().getQName() + "." + getName(). | 
|  Table | getTable()Returns the columns table. | 
|  boolean | isPrimaryKeyPart()Returns whether this column is part of the primary key. | 
|  boolean | isVirtual()Returns whether this column is a true column or a virtual column. | 
| Methods inherited from class org.apache.ws.jaxme.sqls.impl.AbstractColumn | 
| equals, getCustomData, getLength, getName, getType, hasFixedLength, hashCode, isBinaryColumn, isNullable, isStringColumn, setCustomData, setLength, setLength, setNullable | 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
protected ColumnImpl(Table pTable,
                     Column.Name pName,
                     Column.Type pType)
| Method Detail | 
public Table getTable()
ColumnReturns the columns table.
public java.lang.String getQName()
ColumnReturns the columns fully qualified name, which is
 getTable().getQName() + "." + getName().
public boolean isVirtual()
ColumnReturns whether this column is a true column or a virtual column.
public boolean isPrimaryKeyPart()
ColumnReturns whether this column is part of the primary key.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||