Class::DBI::Column(3pm) User Contributed Perl Documentation Class::DBI::Column(3pm)
NAME
Class::DBI::Column - A column in a table
SYNOPSIS
my $column = Class::DBI::Column->new($name);
my $name = $column->name;
my @groups = $column->groups;
my $pri_col = $colg->primary;
if ($column->in_database) { ... }
DESCRIPTION
Each Class::DBI class maintains a list of its columns as class data. This provides an
interface to those columns. You probably shouldn't be dealing with this directly.
METHODS
new
my $column = Class::DBI::Column->new($column)
A new object for this column.
perl v5.32.0 2020-12-28 Class::DBI::Column(3pm)
Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2025-11-21 17:01 @216.73.216.130 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)