| Bio::Das::ProServer::SourceAdaptor::Transport::generic - A generic transport layer for deriving others from |
time() this transport was initialised/reset
Bio::Das::ProServer::SourceAdaptor::Transport::generic - A generic transport layer for deriving others from
$Revision: 687 $
my $transport = Bio::Das::ProServer::SourceAdaptor::Transport::<impl>->new({ 'dsn' => 'my-dsn-name', # useful for hydras 'config' => $config->{$dsn}, # subsection of config file for this adaptor holding this transport });
time() this transport was initialised/resetmy $iInitTime = $oTransport->init_time(); $oTransport->init_time($iInitTime);
By default does nothing - override in subclasses if necessary
my $cfg = $transport->config();
Unimplemented in base-class. You almost always want to override this
my $resultref = $transport->query(...);
Roger Pettett <rmp@sanger.ac.uk>.
Copyright (c) 2007 The Sanger Institute
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See DISCLAIMER.txt for disclaimers of warranty.
| Bio::Das::ProServer::SourceAdaptor::Transport::generic - A generic transport layer for deriving others from |