Erwan Lemonnier > DBIx-QueryByName > DBIx::QueryByName::Result::Iterator

Download:
DBIx-QueryByName-0.18.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View/Report Bugs
Source  

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

syntax highlighting: