1Class::DBI::Attribute(3U)ser Contributed Perl DocumentatiColnass::DBI::Attribute(3)
23
4
NAME
6Class::DBI::Attribute - A value in a column.
7
SYNOPSIS
9my $column = Class::DBI::Attribute->new($column => $value);
10
DESCRIPTION
12This stores the row-value of a certain column in an object. You
13probably shouldn't be dealing with this directly, and its interface is
14liable to change without notice.
15
METHODS
17perl v5.38.0 2023-07-20 Class::DBI::Attribute(3)