Class::DBI::Attribute - A value in a column.


Class-DBI documentation  | view source Contained in the Class-DBI distribution.

Index


NAME

Top

Class::DBI::Attribute - A value in a column.

SYNOPSIS

Top

	my $column = Class::DBI::Attribute->new($column => $value);

DESCRIPTION

Top

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

Top


Class-DBI documentation  | view source Contained in the Class-DBI distribution.