class::dbi::plugin::type(3pm) debian man page | unix.com

Man Page: class::dbi::plugin::type

Operating Environment: debian

Section: 3pm

Type(3pm)						User Contributed Perl Documentation						 Type(3pm)

NAME
Class::DBI::Plugin::Type - Determine type information for columns
SYNOPSIS
package Music::Artist; use base 'Class::DBI'; use Class::DBI::Plugin::Type; Music::Artist->table('artist'); Music::Artist->columns(All => qw/artistid name/); print Music::Artist->column_type("artistid"); # integer
DESCRIPTION
This module allows "Class::DBI"-based classes to query their columns for data type information in a database-independent manner.
SEE ALSO
Class::DBI::AsForm
AUTHOR
Simon Cozens, <simon@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2004 by Simon Cozens This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This module was generously sponsored by the Perl Foundation. perl v5.10.0 2004-04-01 Type(3pm)
Related Man Pages
class::dbi::plugin::abstractcount(3pm) - debian
class::dbi::mysql(3pm) - debian
dbix::class::cdbicompat(3pm) - debian
dbix::class::schema::loader::dbi::writing(3pm) - debian
template::dbi(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?