Query: class::dbi::plugin::type
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Type(3pm) User Contributed Perl Documentation Type(3pm)NAMEClass::DBI::Plugin::Type - Determine type information for columnsSYNOPSISpackage 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"); # integerDESCRIPTIONThis module allows "Class::DBI"-based classes to query their columns for data type information in a database-independent manner.SEE ALSOClass::DBI::AsFormAUTHORSimon Cozens, <simon@cpan.org>COPYRIGHT AND LICENSECopyright 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)
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Weird 'find' results |