Query: kiokudb::typemap::entry::dbic::row
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KiokuDB::TypeMap::Entry::DBIC::Row(3pm) User Contributed Perl Documentation KiokuDB::TypeMap::Entry::DBIC::Row(3pm)NAMEKiokuDB::TypeMap::Entry::DBIC::Row - KiokuDB::TypeMap::Entry for DBIx::Class::Row objects.DESCRIPTIONDBIx::Class::Row objects are resolved symbolically using the special ID format: dbic:row:$json The $json string is a serialization of: [ $result_source_name, @primary_key_values ] The row objects are not actually written to the KiokuDB storage, as they are already present in the other tables. Looking up an object with such an ID is a dynamic lookup that delegates to the DBIx::Class::Schema and resultsets. perl v5.12.4 2011-10-04 KiokuDB::TypeMap::Entry::DBIC::Row(3pm)