|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.sqls.impl.ColumnImpl net.sf.jaxme.sqls.db2.DB2ColumnImpl
Default implementation of a column in a DB2 database.
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 |
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 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 |
protected DB2ColumnImpl(Table pTable, Column.Name pName, Column.Type pType)
Method Detail |
public java.lang.String getGeneratedAs()
DB2Column
Returns the columns "generated as" clause.
getGeneratedAs
in interface DB2Column
public void setGeneratedAs(java.lang.String pGeneratedAs)
DB2Column
Sets 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 |