Man Page: kiokudb::backend::typemap::default
Operating Environment: debian
Section: 3pm
KiokuDB::Backend::TypeMap::Default(3pm) User Contributed Perl Documentation KiokuDB::Backend::TypeMap::Default(3pm)NAMEKiokuDB::Backend::TypeMap::Default - A role for backends with a default typemapSYNOPSISpackage MyBackend; with qw( ... KiokuDB::Backend::TypeMap::Default ); sub _build_default_typemap { ... }DESCRIPTIONThis role requires that you implement a single method, "_build_default_typemap" that will return a KiokuDB::TypeMap instance. See KiokuDB::TypeMap::Default for details. perl v5.12.4 2010-10-11 KiokuDB::Backend::TypeMap::Default(3pm)
| Related Man Pages |
|---|
| kiokudb(3pm) - debian |
| kiokudb::backend(3pm) - debian |
| kiokudb::typemap(3pm) - debian |
| kiokudb::typemap::composite(3pm) - debian |
| kiokudb::typemap::entry::callback(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Introduction |
| Weird 'find' results |