Home | Trees | Indices | Help |
---|
|
|
|||
fromDatabase = True
|
|||
idName = "reagent_id"
|
|||
table = "reagent" --Reagent (Level 2) Annotation Table... |
|
table--Reagent (Level 2) Annotation Table CREATE TABLE reagent_annotation ( reagent_annotation_id BIGSERIAL PRIMARY KEY, annotation_value TEXT NOT NULL, annotation_type_id INTEGER REFERENCES annotation_type(annotation_type_id), reagent_id INTEGER REFERENCES reagent(reagent_id) );
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Thu Nov 8 17:49:31 2007 | http://epydoc.sourceforge.net |