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::csv - Comma-separated-values transport layer

VERSION

$Revision: 687 $

SYNOPSIS

DESCRIPTION

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();

DIAGNOSTICS

CONFIGURATION AND ENVIRONMENT

DEPENDENCIES

INCOMPATIBILITIES

BUGS AND LIMITATIONS

AUTHOR

Jody Clements <jc3@sanger.ac.uk>

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

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.