Linux.pl
Opcje wyszukiwania podręcznika man:
Lista stron man zaczynających się od znaku:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   ALPHA   NUM   OTHER   ALL
Class::DBI::Column(3pmUser Contributed Perl DocumentatiClass::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)

Czas wygenerowania: 0.00012 sek.


Created with the man page lookup class by Andrew Collington.
Based on a C man page viewer by Vadim Pavlov
Unicode soft-hyphen fix (as used by RedHat) by Dan Edwards
Some optimisations by Eli Argon
Caching idea and code contribution by James Richardson

Copyright © 2003-2023 Linux.pl
Hosted by Hosting Linux.pl