-
-
01 Apr 2004 16:53:16 UTC
- Distribution: Class-DBI-Plugin-Type
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (4)
- Testers (1100 / 1200 / 2)
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (2.75KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Class::DBI
- DBI
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
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.
Module Install Instructions
To install Class::DBI::Plugin::Type, copy and paste the appropriate command in to your terminal.
cpanm Class::DBI::Plugin::Type
perl -MCPAN -e shell install Class::DBI::Plugin::Type
For more information on module installation, please visit the detailed CPAN module installation guide.