NAME
Net::Download::Queue::DBI - Net::Download::Queue::DBI base class
SYNOPSIS
CLASS METHODS
These must be before the other ones...
fileDatabase()
Return file name of SQLite database.
rebuildDatabase()
Empty and rebuild the SQLite database.
Return 1 on success, else die on errors.
ensureDatabase()
Rebuild the SQLite database if it's not present.
Return 1 on success, else die on errors.
METHODS
CLASS METHODS
accessor_name
Reformat accessor names. Overridden.
search_first
Like search(), but return the first row.
oDownloadStatus($name)
Return DownloadStatus object with $name, or die on errors.
AUTHOR
Johan Lindstrom, <johanl@cpan.org>
BUGS
Please report any bugs or feature requests to bug-net-download-queue@rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-Download-Queue. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
COPYRIGHT & LICENSE
Copyright 2005 Johan Lindstrom, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.