The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alzabo::Create::ColumnDefinition - Column definition object for schema creation

SYNOPSIS

  use Alzabo::Create::ColumnDefinition;

DESCRIPTION

This object holds information on a column that might need to be shared with another column. The idea is that if a column is a key in two or more tables, then some of the information related to that column should change automatically for all tables (and all columns) whenever it changes at all. Right now this is only type ('VARCHAR', 'NUMBER', etc) information. This object also has an 'owner', which is the column which created it.

METHODS

  • new

    Takes the following parameters:

  • -- owner => Alzabo::Create::ColumnDefinition object

  • -- type => $type

    Returns a new Alzabo::Create::ColumnDefinition object.

  • set_type ($string)

    Sets the object's type.

    Exceptions:

     AlzaboException - invalid type

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 88:

Expected '=item *'

Around line 90:

Expected '=item *'