Class::DBI::Attribute (3)
Leading comments
Automatically generated by Pod::Man 2.23 (Pod::Simple 3.14)
Standard preamble:
========================================================================
(The comments found at the beginning of the groff file "man3/Class::DBI::Attribute.3pm".)
NAME
Class::DBI::Attribute - A value in a column.
SYNOPSIS
my $column = Class::DBI::Attribute->new($column => $value);
DESCRIPTION
This stores the row-value of a certain column in an object.
You probably shouldn't be dealing with this directly, and its interface
is liable to change without notice.
METHODS