FreeBSD Manual Pages
DBIx::Class::CDBICompaUseroContributedBPe::Class::CDBICompat::ColumnsAsHash(3) NAME DBIx::Class::CDBICompat::ColumnsAsHash - Emulates the behavior of Class::DBI where the object can be accessed as a hash of columns. SYNOPSIS See DBIx::Class::CDBICompat for usage directions. DESCRIPTION Emulates the undocumented behavior of Class::DBI where the object can be accessed as a hash of columns. This is often used as a performance hack. my $column = $result->{column}; Differences from Class::DBI If "DBIC_CDBICOMPAT_HASH_WARN" is true it will warn when a column is accessed as a hash key. 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. perl v5.32.1 202DBIx::Class::CDBICompat::ColumnsAsHash(3)
NAME | SYNOPSIS | DESCRIPTION | FURTHER QUESTIONS? | COPYRIGHT AND LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=DBIx::Class::CDBICompat::ColumnsAsHash&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>