Peter Rabbitson > DBIx-Class-0.08108 > DBIx::Class::CDBICompat::Iterator

Download:
DBIx-Class-0.08108.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  3
Stalled  4
View Bugs
Report a bug
Source   Latest Release: DBIx-Class-0.08114

NAME ^

DBIx::Class::CDBICompat::Iterator - Emulates the extra behaviors of the Class::DBI search iterator.

SYNOPSIS ^

See DBIx::Class::CDBICompat for directions for use.

DESCRIPTION ^

Emulates the extra behaviors of the Class::DBI search iterator.

Differences from DBIx::Class result set

The CDBI iterator returns true if there were any results, false otherwise. The DBIC result set always returns true.