table of contents
DBIx::Class::CDBICompat::Iterator(3pm) | User Contributed Perl Documentation | DBIx::Class::CDBICompat::Iterator(3pm) |
NAME¶
DBIx::Class::CDBICompat::Iterator - Emulates the extra behaviors of the Class::DBI search iterator.
SYNOPSIS¶
See DBIx::Class::CDBICompat for usage directions.
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.
FURTHER QUESTIONS?¶
Check the list of additional DBIC resources.
COPYRIGHT AND LICENSE¶
This module is free software copyright by the DBIx::Class (DBIC) authors. You can redistribute it and/or modify it under the same terms as the DBIx::Class library.
2022-05-21 | perl v5.34.0 |