From: Thomas O. <ot...@fi...> - 2004-03-18 21:45:28
|
Hallo, I am programming the parser for the kegg tables... (the moment I arrived at a beta stage, I will provide the stuff) 2 Questions: - When I am initialing a new object, like "my $Reaction = GUS::Model::CLASS::REACTION->new('NAME'...." does the variable $Reaction holds all the values of the table? I have an explosion of my memory need, I cannot feed! - Does a method exist that does following: "select PRIMERYKEY from other_tables where OTHER_ROW='something' ?" That's it - Thomas |