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.
Generated by phpman v3.7.12 Author: Che Dong Under GNU General Public License
2026-06-14 00:54 @216.73.216.200
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)