logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Alzabo::Runtime::ColumnDefinition - Column definition objects

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.

Inherits From

       "Alzabo::ColumnDefinition"

       Note: all relevant documentation from the superclass has been merged into this document.

       Dave Rolsky, <autarch@urth.org>

perl v5.34.0                                       2022-06-14             Alzabo::Runtime::ColumnDefinition(3pm)

Name

       Alzabo::Runtime::ColumnDefinition - Column definition objects

Synopsis

         use Alzabo::Runtime::ColumnDefinition;

See Also