Class::DBI::Attribute - A value in a column.
Contents
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
perl v5.34.0 2022-03-28 Class::DBI::Attribute(3pm)
Name
Class::DBI::Attribute - A value in a column.
Synopsis
my $column = Class::DBI::Attribute->new($column => $value);
