The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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