ensembl-hive
2.1
|
Public Member Functions | |
public | new () |
public String | url () |
public | protected_prepare_execute () |
![]() | |
public Bio::EnsEMBL::DBSQL::DBConnection | new () |
public void | connect () |
public Undef | connected () |
public | disconnect_count () |
public | timeout () |
public | query_count () |
public Boolean | equals () |
public String | driver () |
public String | port () |
public String | dbname () |
public String | username () |
public String | user () |
public String | host () |
public String | hostname () |
public String | password () |
public String | pass () |
public Boolean | disconnect_when_inactive () |
public Boolean | reconnect_when_lost () |
public String | locator () |
public DBI | db_handle () |
public DBI | prepare () |
public void | reconnect () |
public Result | do () |
public Any | work_with_db_handle () |
public void | prevent_disconnect () |
public Boolean | disconnect_if_idle () |
public SQLStatement | add_limit_clause () |
public String | from_date_to_seconds () |
public String | from_seconds_to_date () |
Extends the functionality of Bio::EnsEMBL::Hive::DBSQL::CoreDBConnection with things needed by the Hive
public Bio::EnsEMBL::Hive::DBSQL::DBConnection::new | ( | ) |
Undocumented method
public Bio::EnsEMBL::Hive::DBSQL::DBConnection::protected_prepare_execute | ( | ) |
Undocumented method
public String Bio::EnsEMBL::Hive::DBSQL::DBConnection::url | ( | ) |
Arg [1] : String $environment_variable_name_to_store_password_in (optional) Example :
Description: Constructs a URL string for this database connection. Returntype : string of format mysql://<user>:<pass><host>:<port>/<dbname> or sqlite:///<dbname> Exceptions : none Caller : general