Man Page: kiokudb::role::upgrade::handlers::table
Operating Environment: debian
Section: 3pm
KiokuDB::Role::Upgrade::Handlers::Table(3pm) User Contributed Perl Documentation KiokuDB::Role::Upgrade::Handlers::Table(3pm)NAMEKiokuDB::Role::Upgrade::Handlers::Table - A role for classesSYNOPSISwith qw(KiokuDB::Role::Upgrade::Handlers::Table); use constant kiokudb_upgrade_handlers_table => { # like the individual entries in class_version_table "0.01" => "0.02", "0.02" => sub { ... }, };DESCRIPTIONThis class lets you provide the version handling table as part of the class definition, instead of as arguments to the KiokuDB handle constructor. See KiokuDB::TypeMap::Entry::MOP more details and KiokuDB::Role::Upgrade::Data for a lower level alternative. perl v5.12.4 2010-10-11 KiokuDB::Role::Upgrade::Handlers::Table(3pm)
| Related Man Pages |
|---|
| dbix::class::kiokudb(3pm) - debian |
| kiokudb::collapser(3pm) - debian |
| kiokudb::liveobjects(3pm) - debian |
| kiokudb::typemap::entry::compiled(3pm) - debian |
| kiokudb::util(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| Introduction |
| How to copy a column of multiple files and paste into new excel file (next to column)? |