Bio::EnsEMBL::Compara::DBSQL::DBAdaptor Class Reference

Class Summary
Description
This object represents the handle for a comparative DNA alignment database
Synopsis
$db = Bio::EnsEMBL::Compara::DBSQL::DBAdaptor-\>new( -user =\> 'root', -host =\> 'caldy', -dbname =\> 'pog', -species =\> 'Multi', ); $db = Bio::EnsEMBL::Compara::DBSQL::DBAdaptor-\>new( -url =\> 'mysql://user:pass@host:port/db_name');
Definition at line 27 of file DBAdaptor.pm.
Method Documentation
public Bio::EnsEMBL::Compara::DBSQL::DBAdaptor::get_available_adaptors | ( | ) |
Undocumented method

click to view
Reimplemented from Bio::EnsEMBL::DBSQL::DBAdaptor.
Reimplemented in Bio::EnsEMBL::Compara::Production::DBSQL::DBAdaptor.
public Bio::EnsEMBL::Compara::DBSQL::DBAdaptor Bio::EnsEMBL::Compara::DBSQL::DBAdaptor::new | ( | ) |
Arg [..] : list of named arguments. See Bio::EnsEMBL::DBConnection. [-URL mysql://user:pass@host:port/db_name] alternative way to specify the connection parameters. Pass and port are optional. If none is speciefied, the species name will be equal to the db_name. [-GROUP] This option is *always* set to "compara". Use another DBAdaptor for other groups. Example : $db = new Bio::EnsEMBL::Compara::DBSQL::DBAdaptor( -user => 'root', -pass => 'secret', -host => 'caldy', -port => 3306, -dbname => 'ensembl_compara', -species => 'Multi'); Example : $db = new Bio::EnsEMBL::Compara::DBSQL::DBAdaptor( -url => 'mysql://root:secret@caldy:3306/ensembl_compara' -species => 'Multi'); Description: Creates a new instance of a DBAdaptor for the compara database. Returntype : Bio::EnsEMBL::Compara::DBSQL::DBAdaptor Exceptions : none Caller : general

click to view
Reimplemented from Bio::EnsEMBL::DBSQL::DBAdaptor.
The documentation for this class was generated from the following file:
- Bio/EnsEMBL/Compara/DBSQL/DBAdaptor.pm