Iterator::DBI version 0.01
==========================
This module provides an Iterator interface to DBI queries.
See the Iterator module (and DBI module, I suppose) for more info.
EXAMPLES
Synopsis:
$rows = idb_rows ($dbh, <<END_SQL);
SELECT * FROM my_table
WHERE my_column > 3742
END_SQL
my $row = $rows->value;
DEVELOPMENT STATE
This is a brand-new module. It should be considered "beta" software,
and used with care.
If you find any bugs, or if any behavior of Iterator surprises you,
I would be grateful if you could send me an email message about it.
Thanks.
INSTALLATION
To install this module, do the standard Perl module four-step:
perl Makefile.PL or perl Makefile.pl LIB='my/install/path'
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Iterator
DBI
COPYRIGHT AND LICENSE
Eric J. Roode,
[email protected]
To avoid my spam filter, please include "Perl", "module", or this
module's name in the message's subject line, and/or GPG-sign your
message.
Copyright (c) 2005 by Eric J. Roode. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.