Class::DBI::Attribute.3pm

Langue: en

Version: 2007-10-04 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

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