| Summary | Package variables | Synopsis | Description | General documentation | Methods |
| Summary |
Modware::Constant - Retrieves and caches commonly used ids and records from the database. |
| Package variables | top |
| Privates (from my definitions) | |
| ($global_db) = Chado::Db->get_single_row( name => 'DB:'.$ENV{'DATABASE_NAME'} ) | |
| $auto_cv = Chado::Cv->get_single_row( name => 'autocreated' ) | |
| $fp_cv = Chado::Cv->get_single_row( name => 'feature_property' ) | |
| ($sequence_ontology) = Chado::Cv->get_single_row( name => 'sequence' ) | |
| $rel_cv = Chado::Cv->get_single_row( name => 'relationship' ) | |
| $null_cv = Chado::Cv->get_single_row( name => 'null' ) | |
| ($organism) = Chado::Organism->get_single_row( common_name => $ENV{'ORGANISM_COMMON_NAME'}) |
| Included modules | top |
| Chado::AutoDBI | |
| Modware::Config |
| Synopsis | top |
#USE CASE: use the Auto_cv_id to retrieve the ID |
| Description | top |
This class provides a convenient interface for retrieving commonly used ids |
| Methods | top |
| Application_db_id | No description | Code |
| Auto_cv_id | No description | Code |
| Feature_property_cv_id | No description | Code |
| Null_cv_id | No description | Code |
| Organism_id | No description | Code |
| Relationship_cv_id | No description | Code |
| Sequence_ontology_id | No description | Code |
| Application_db_id | description | top | prev | next |
return $global_db->db_id();}
| Auto_cv_id | description | top | prev | next |
return $auto_cv->cv_id();}
| Feature_property_cv_id | description | top | prev | next |
return $fp_cv->cv_id();}
| Null_cv_id | description | top | prev | next |
return $null_cv->cv_id();}
| Organism_id | description | top | prev | next |
return $organism->organism_id();;}
| Relationship_cv_id | description | top | prev | next |
return $rel_cv->cv_id();}
| Sequence_ontology_id | description | top | prev | next |
return $sequence_ontology->cv_id();}
| AUTHOR - Eric Just | top |
Eric Just e-just@northwestern.edu | |
| APPENDIX | top |
The rest of the documentation details each of the object | |
|
Copyright © 2006, Northwestern University All rights reserved. |
|