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


DBIx-Class documentation  | view source Contained in the DBIx-Class distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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.


DBIx-Class documentation  | view source Contained in the DBIx-Class distribution.