| Home | Trees | Indices | Help |
|---|
|
|
|
|||
fromDatabase = True
|
|||
idName = "annotation_type_id"
|
|||
table = "annotation_type"--Binary Data Table... |
|||
|
|||
table
--Binary Data Table
CREATE TABLE binary_attachment
(
binary_attachment_id BIGSERIAL PRIMARY KEY,
binary_data oid NOT NULL,
file_size INTEGER,
file_name TEXT NOT NULL,
file_extension TEXT,
reagent_id INTEGER REFERENCES reagent(reagent_id),
reaction_step_id INTEGER REFERENCES reaction_step(reaction_step_id)
);
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Thu Nov 8 17:49:30 2007 | http://epydoc.sourceforge.net |