| 
 | ||||||||||
| 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
org.apache.ws.jaxme.sqls.db2.DB2ColumnImpl
Default implementation of a column in a DB2 database.
| Nested Class Summary | 
| Nested classes inherited from class org.apache.ws.jaxme.sqls.impl.ColumnImpl | 
| ColumnImpl.NameImpl, ColumnImpl.TypeImpl | 
| Nested classes inherited from class org.apache.ws.jaxme.sqls.Column | 
| Column.Name, Column.Type | 
| Constructor Summary | |
| protected  | DB2ColumnImpl(Table pTable,
              Column.Name pName,
              Column.Type pType) | 
| Method Summary | |
|  java.lang.String | getGeneratedAs()Returns the columns "generated as" clause. | 
|  void | setGeneratedAs(java.lang.String pGeneratedAs)Sets the columns "generated as" clause. | 
| Methods inherited from class org.apache.ws.jaxme.sqls.impl.ColumnImpl | 
| getQName, getTable, isPrimaryKeyPart, isVirtual | 
| 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 | 
| Methods inherited from interface org.apache.ws.jaxme.sqls.Column | 
| getCustomData, getName, getQName, getTable, getType, isBinaryColumn, isNullable, isPrimaryKeyPart, isStringColumn, isVirtual, setCustomData, setNullable | 
| Constructor Detail | 
protected DB2ColumnImpl(Table pTable,
                        Column.Name pName,
                        Column.Type pType)
| Method Detail | 
public java.lang.String getGeneratedAs()
DB2ColumnReturns the columns "generated as" clause.
getGeneratedAs in interface DB2Columnpublic void setGeneratedAs(java.lang.String pGeneratedAs)
DB2ColumnSets the columns "generated as" clause.
setGeneratedAs in interface DB2Column| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||