Package CHEM :: Package DB :: Package rdb :: Module rdbsqlobject :: Class BinaryAttachment :: Class sqlmeta
[hide private]
[frames] | no frames]

Class sqlmeta



Class Variables [hide private]
  fromDatabase = True
  idName = "binary_attachemnt_id"
  table = "binary_attachment"
Need this table to maintain consistency with binary_attachment ...
Class Variable Details [hide private]

table


Need this table to maintain consistency with binary_attachment 

-- Single step in a reaction synthesis
CREATE TABLE reaction_step
(
    reaction_step_id SERIAL NOT NULL,
    raction_smirks TEXT NOT NULL,
    reaction_synthesis_id INTEGER NOT NULL,
    reactant_smiles TEXT,
    reagent_id INTEGER,
    product_smiles TEXT,
    position INTEGER
)

Value:
"binary_attachment"