| EdgeExpressDB documentation | view source | Contained in the EdgeExpressDB distribution. |
Bio::Das::ProServer::SourceAdaptor::Transport::edgeexpress A transport layer for EdgeExpressDB
$Revision: 1.7 $
Transport helper class for EdgeExpressDB database access and persistance
[my_eedb] transport = edgeexpress eedb_url = mysql://<user>:<pass>@<host>:<port optional>/<database_name>
Jessica Severin <severin@gsc.riken.jp>.
The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _
Description: Subclass override of init() method. Reads the 'config' and initializes the
database and transport layer
Caller : superclass (not public method)
Description: returns the Database object connected to the configured EdgeExpressDB
Example : from a SourceAdaptor subclass
$eeDB = $self->transport->database;
Returntype : MQdb::Database object connected to EdgeExpressDB
Exceptions : none
Caller : Bio::Das::ProServer::SourceAdaptor::edgeexpress class
| EdgeExpressDB documentation | view source | Contained in the EdgeExpressDB distribution. |