The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

 Bio::Das::ProServer::SourceAdaptor::Transport::edgeexpress 
 A transport layer for EdgeExpressDB 

VERSION

$Revision: 1.7 $

SYNOPSIS

DESCRIPTION

 Transport helper class for EdgeExpressDB database access 
 and persistance

DIAGNOSTICS

CONFIGURATION AND ENVIRONMENT

  [my_eedb]
  transport      = edgeexpress
  eedb_url       = mysql://<user>:<pass>@<host>:<port optional>/<database_name>

DEPENDENCIES

DBI
DBD::mysql
Bio::Das::ProServer::SourceAdaptor::Transport::generic
MQdb::Database

INCOMPATIBILITIES

BUGS AND LIMITATIONS

AUTHOR

Jessica Severin <severin@gsc.riken.jp>.

LICENSE AND COPYRIGHT

APPENDIX

 The rest of the documentation details each of the object methods. 
 Internal methods are usually preceded with a _

METHODS

init

  Description: Subclass override of init() method. Reads the 'config' and initializes the
               database and transport layer
  Caller     : superclass (not public method)

database

  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