Query: class::dbi::column
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Class::DBI::Column(3pm) User Contributed Perl Documentation Class::DBI::Column(3pm)NAMEClass::DBI::Column - A column in a tableSYNOPSISmy $column = Class::DBI::Column->new($name); my $name = $column->name; my @groups = $column->groups; my $pri_col = $colg->primary; if ($column->in_database) { ... }DESCRIPTIONEach 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.METHODSnew my $column = Class::DBI::Column->new($column) A new object for this column. perl v5.12.4 2005-09-16 Class::DBI::Column(3pm)
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
How can I do this in VI editor? |
Introduction |
New UNIX and Linux History Sections |