GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Class::DBI::Column(3) User Contributed Perl Documentation Class::DBI::Column(3)

Class::DBI::Column - A column in a table

        my $column = Class::DBI::Column->new($name);

        my $name  = $column->name;

        my @groups = $column->groups;
        my $pri_col = $colg->primary;

        if ($column->in_database) { ... }

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.

        my $column = Class::DBI::Column->new($column)

A new object for this column.

2005-09-16 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.