Bio::Das::ProServer::SourceAdaptor::Transport::csv - Comma-separated-values transport layer


NAME

Bio::Das::ProServer::SourceAdaptor::Transport::csv - Comma-separated-values transport layer

Back to Top


VERSION

$Revision: 687 $

Back to Top


SYNOPSIS

Back to Top


DESCRIPTION

Back to Top


SUBROUTINES/METHODS

dbh - DBI:CSV handle

  Overrides Transport::dbi
  my $dbh = $csvtransport->dbh();

dbname - The CSV database name (directory path)

  my $directory = $csvtransport->dbname();

tablename - The CSV table name (file name)

  my $file = $csvtransport->tablename();

filename - The full CSV file path

  my $filepath = $csvtransport->filename();

last_modified - machine time of last data change

  $csvtransport->last_modified();

Back to Top


DIAGNOSTICS

Back to Top


CONFIGURATION AND ENVIRONMENT

Back to Top


DEPENDENCIES

Back to Top


INCOMPATIBILITIES

Back to Top


BUGS AND LIMITATIONS

Back to Top


AUTHOR

Jody Clements <jc3@sanger.ac.uk>

Andy Jenkinson <andy.jenkinson@ebi.ac.uk>

Back to Top


LICENSE AND COPYRIGHT

Copyright (c) 2005 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.

Back to Top

 Bio::Das::ProServer::SourceAdaptor::Transport::csv - Comma-separated-values transport layer