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

NAME

DBIx::QueryByName::Result::Iterator - Parent class to all iterators

DESCRIPTION

Provides an iterator-like api to a DBI statement handle. DO NOT USE DIRECTLY!

INTERFACE

new($query,$sth)
$i->next()

Returns the next row fetched by this iterator, of undef if no more rows are to be fetched.

$i->to_list()

Returns all items from the iterator as a list