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

Man Page: class::dbi::column

Operating Environment: debian

Section: 3pm

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.12.4 2005-09-16 Class::DBI::Column(3pm)
Related Man Pages
dbix::class::storage::dbi::cursor(3) - mojave
class::dbi::plugin::retrieveall(3pm) - debian
class::dbi::query(3pm) - debian
dbix::class::schema::loader::dbi::interbase(3pm) - debian
dbix::class::storage::dbi::autocast(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
One instance of comparing grep and awk
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)?
My first PERL incarnation... Audio Oscillograph