Query: dbix::class::cdbicompat::columnsashash
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DBIx::Class::CDBICompat::ColumnsAsHash(3) User Contributed Perl Documentation DBIx::Class::CDBICompat::ColumnsAsHash(3)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 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}; Differences from Class::DBI If "DBIC_CDBICOMPAT_HASH_WARN" is true it will warn when a column is accessed as a hash key. perl v5.16.2 2011-05-23 DBIx::Class::CDBICompat::ColumnsAsHash(3)
Similar Topics in the Unix Linux Community |
---|
Shopt -s histappend |
To print diamond asterisk pattern based on inputs |
A dash to GOTO or a dash from GOTO, that is the question... |
Python: Refer a properties file from different location |