|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of a column in a DB2 database.
Nested Class Summary |
Nested classes inherited from class net.sf.jaxme.sqls.Column |
Column.Name, Column.Type |
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 interface net.sf.jaxme.sqls.Column |
getName, getQName, getTable, getType, isBinaryColumn, isNullable, isPrimaryKeyPart, isStringColumn, setNullable |
Method Detail |
public void setGeneratedAs(java.lang.String pGeneratedAs)
Sets the columns "generated as" clause.
public java.lang.String getGeneratedAs()
Returns the columns "generated as" clause.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |