Bio::EnsEMBL::Hive::DBSQL DBAdaptor
SummaryIncluded librariesPackage variablesSynopsisDescriptionGeneral documentationMethods
Toolbar
WebCvsRaw content
Summary
Bio::EnsEMBL::Hive::DBSQL::DBAdaptor
Package variables
No package variables defined.
Included modules
Bio::EnsEMBL::DBSQL::DBAdaptor
Bio::EnsEMBL::DBSQL::DBConnection
Inherit
Bio::EnsEMBL::DBSQL::DBAdaptor
Synopsis
    $db = Bio::EnsEMBL::Hive::DBSQL::DBAdaptor->new(
-user => 'root',
-dbname => 'pog',
-host => 'caldy',
-driver => 'mysql',
);
Description
  This object represents the handle for a Hive system enabled database
Methods
get_Queen
No description
Code
get_available_adaptors
No description
Code
Methods description
None available.
Methods code
get_QueendescriptionprevnextTop
sub get_Queen {
  my $self = shift;

  return $self->get_QueenAdaptor();
}
get_available_adaptorsdescriptionprevnextTop
sub get_available_adaptors {
 
  my %pairs =  (
    "MetaContainer"    => 'Bio::EnsEMBL::DBSQL::MetaContainer',
    "Analysis"         => "Bio::EnsEMBL::DBSQL::AnalysisAdaptor",
    "Queen"            => "Bio::EnsEMBL::Hive::Queen",
    "AnalysisJob"      => "Bio::EnsEMBL::Hive::DBSQL::AnalysisJobAdaptor",
    "AnalysisData"     => "Bio::EnsEMBL::Hive::DBSQL::AnalysisDataAdaptor",
    "AnalysisStats"    => "Bio::EnsEMBL::Hive::DBSQL::AnalysisStatsAdaptor",
    "AnalysisCtrlRule" => "Bio::EnsEMBL::Hive::DBSQL::AnalysisCtrlRuleAdaptor",
    "DataflowRule"     => "Bio::EnsEMBL::Hive::DBSQL::DataflowRuleAdaptor");
  return (\%pairs);
}
 
1;
}
General documentation
CONTACTTop
Post questions the the EnsEMBL developer list: <ensembl-dev@ebi.ac.uk>