
Class::DBI::FormBuilder::Meta::Table

Access to column metadata.

Returns an instance for the $cdbi class ($cdbi can be a class name or object).
The %args hash is optional.
Keys can be catalog and schema,
which are also available as accessors.
Both default to undef.
Get/set the catalog.
Get/set the schema.
Get/set the DBI database handle (you probably don't want to set it).
Get/set the CDBI class (you probably don't want to set it).
Returns the type of the field.
If $field refers to a relationship (e.g.
has_many or might_have),
returns the type of the column in the related table.
If $col_name is a column in this class,
returns a Class::DBI::FormBuilder::Meta::Column object for that column.
Otherwise,
returns undef.
Returns Class::DBI::Column objects, in the same order as defined in the database.