NAME

Table::Denormalized::Column - Encapsulate information for a SQL column

SYNOPSIS

ABSTRACT

This module trivially encapsulates the information about a column in an SQL database as the pair of name and type.

name

Accessor for the column name

type

Accessor for the column type

$column->as_sql

Returns an SQL fragment suitable to be used in an ALTER TABLE ADD COLUMN %s statement.

AUTHOR

Max Maischein, <corion@cpan.org>

SEE ALSO

DBI, Class::DBI