Class::DBI::Attribute
A value in a column.
- Provided by: libclass-dbi-perl (Version: 3.0.17-4)
- Report a bug
A value in a column.
my $column = Class::DBI::Attribute->new($column => $value);
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.