DBIx::Class::CDBICompat::Iterator.3pm

Langue: en

Autres versions - même langue

Version: 2009-05-27 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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.