![]() |
![]()
| ![]() |
![]()
NAMEDBIx::Class::CDBICompat::ColumnsAsHash - Emulates the behavior of Class::DBI where the object can be accessed as a hash of columns. SYNOPSISSee DBIx::Class::CDBICompat for usage directions. DESCRIPTIONEmulates 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::DBIIf "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 LICENSEThis 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.
|