The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DBIx::Class::CDBICompat::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.