
Class::DBI::FormBuilder::Meta::Column

Access to column metadata.

Returns a new meta object for the column.
Stringifies to the column's name.
Returns the Class::DBI::FormBuilder::Table object associated with this column.
Alias for order.
Alias for digits.
Alias for size.
Alias for default.
Alias for type.
Returns the possible values for an enumerated column, and whether the column can store multiple value.
Currently only implemented for MySQL enum (multiple is false) and set (multiple is true) column types,
but should be easy to support other databases that offer similar column types.