The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Template::Flute::Iterator::Rose - Iterator class for Template::Flute

CONSTRUCTOR

new

Create a Template::Flute::Iterator::Rose object with the following parameters:

dbh

DBI database handle.

METHODS

build

Builds database query. See Rose::DB::Object::QueryBuilder for instructions.

run

Executes database query.

next

Returns next record in result set from database query or undef if result set is exhausted.

count

Returns count of records in result set from database query.

AUTHOR

Stefan Hornburg (Racke), <racke@linuxia.de>

LICENSE AND COPYRIGHT

Copyright 2010-2014 Stefan Hornburg (Racke) <racke@linuxia.de>.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.