| Bio::Chado::Schema::General::Dbxref |
Bio::Chado::Schema::General::Dbxref
A unique, global, public, stable identifier. Not necessarily an external reference - can reference data items inside the particular chado instance being used. Typically a row in a table can be uniquely identified with a primary identifier (called dbxref_id); a table may also have secondary identifiers (in a linking table <T>_dbxref). A dbxref is generally written as <DB>:<ACCESSION> or as <DB>:<ACCESSION>:<VERSION>.
Bio::Chado::Schema::General::Dbxref
data_type: 'integer' is_auto_increment: 1 is_nullable: 0 sequence: 'dbxref_dbxref_id_seq'
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
data_type: 'varchar' is_nullable: 0 size: 255
The local part of the identifier. Guaranteed by the db authority to be unique for that db.
data_type: 'varchar' default_value: (empty string) is_nullable: 0 size: 255
data_type: 'text' is_nullable: 1
Type: has_many
Related object: the Bio::Chado::Schema::Mage::Arraydesign manpage
Type: has_many
Related object: the Bio::Chado::Schema::Mage::Assay manpage
Type: has_many
Related object: the Bio::Chado::Schema::Mage::Biomaterial manpage
Type: has_many
Related object: the Bio::Chado::Schema::Mage::BiomaterialDbxref manpage
Type: has_many
Related object: the Bio::Chado::Schema::CellLine::CellLineDbxref manpage
Type: might_have
Related object: the Bio::Chado::Schema::Cv::Cvterm manpage
Type: has_many
Related object: the Bio::Chado::Schema::Cv::CvtermDbxref manpage
Type: belongs_to
Related object: the Bio::Chado::Schema::General::Db manpage
Type: has_many
Related object: the Bio::Chado::Schema::Cv::Dbxrefprop manpage
Type: has_many
Related object: the Bio::Chado::Schema::Mage::Element manpage
Type: has_many
Related object: the Bio::Chado::Schema::Sequence::Feature manpage
Type: has_many
Related object: the Bio::Chado::Schema::Sequence::FeatureCvtermDbxref manpage
Type: has_many
Related object: the Bio::Chado::Schema::Sequence::FeatureDbxref manpage
Type: has_many
Related object: the Bio::Chado::Schema::Library::LibraryDbxref manpage
Type: has_many
Related object: the Bio::Chado::Schema::NaturalDiversity::NdExperimentDbxref manpage
Type: has_many
Related object: the Bio::Chado::Schema::NaturalDiversity::NdExperimentStockDbxref manpage
Type: has_many
Related object: the Bio::Chado::Schema::Organism::OrganismDbxref manpage
Type: has_many
Related object: the Bio::Chado::Schema::Phylogeny::PhylonodeDbxref manpage
Type: has_many
Related object: the Bio::Chado::Schema::Phylogeny::Phylotree manpage
Type: has_many
Related object: the Bio::Chado::Schema::Mage::Protocol manpage
Type: has_many
Related object: the Bio::Chado::Schema::Pub::PubDbxref manpage
Type: has_many
Related object: the Bio::Chado::Schema::Stock::Stock manpage
Type: has_many
Related object: the Bio::Chado::Schema::Stock::StockDbxref manpage
Type: has_many
Related object: the Bio::Chado::Schema::Mage::Study manpage
Relation to the Bio::Chado::Schema::Mage::Biomaterial manpage (i.e. biomaterial table)
via the organism_dbxrefs table.
Relation to the Bio::Chado::Schema::CellLine::CellLine manpage (i.e. cell_line table)
via the cell_line_dbxrefs table.
Relation to the Bio::Chado::Schema::Cv::Cvterm manpage (i.e. cvterm table)
via the cvterm_dbxrefs table.
Relation to the Bio::Chado::Schema::Sequence::Feature manpage (i.e. feature table)
via the feature_dbxrefs table.
Relation to the Bio::Chado::Schema::Library::LibraryDbxref manpage (i.e. library table)
via the library_dbxrefs table.
Relation to the Bio::Chado::Schema::Organism::Organism manpage (i.e. organism table)
via the organism_dbxrefs table.
Relation to the Bio::Chado::Schema::Phylogeny::Phylonode manpage (i.e. phylonode table)
via the phylonode_dbxrefs table.
Relation to the Bio::Chado::Schema::Pub::Pub manpage (i.e. pub table)
via the pub_dbxrefs table.
Relation to the Bio::Chado::Schema::Stock::Stock manpage (i.e. stock table)
via the stock_dbxrefs table.
Robert Buels <rbuels@cpan.org>
This software is copyright (c) 2009 by Robert Buels.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Bio::Chado::Schema::General::Dbxref |