
DBIx::Class::CDBICompat::ColumnsAsHash

See DBIx::Class::CDBICompat for directions for use.

Emulates the undocumnted 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 = $row->{column};
If DBIC_CDBICOMPAT_HASH_WARN is true it will warn when a column is accessed as a hash key.