debian man page for alzabo::columndefinition

Query: alzabo::columndefinition

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Alzabo::ColumnDefinition(3pm)				User Contributed Perl Documentation			     Alzabo::ColumnDefinition(3pm)

NAME
Alzabo::ColumnDefinition - Holds the type attribute for a column
SYNOPSIS
my $def = $column->definition; print $def->type;
DESCRIPTION
This object holds information on a column that might need to be shared with another column. The reason for this 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 is changed anywhere. Right now this is only type ('VARCHAR', 'NUMBER', etc) information. This object also has an 'owner', which is the column which created it.
METHODS
type Returns the object's type as a string. length Returns the length attribute of the column, or undef if there is none. precision Returns the precision attribute of the column, or undef if there is none. owner Returns the "Alzabo::Column" object that owns this definitions (the column that created it).
AUTHOR
Dave Rolsky, <autarch@urth.org> perl v5.8.8 2007-12-23 Alzabo::ColumnDefinition(3pm)
Related Man Pages
alzabo::create::foreignkey(3pm) - debian
alzabo::create::table(3pm) - debian
alzabo::index(3pm) - debian
alzabo::postgresql(3pm) - debian
alzabo::runtime::index(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph