NAME

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

DESCRIPTION

Access to column metadata.

METHODS

new
name
table

Column attribute accessors

order
ordinal_position

Alias for order.

digits
decimal_digits

Alias for digits.

size
column_size

Alias for size.

default
column_def

Alias for default.

nullable
is_nullable
mysql_values
mysql_type_name
type
type_name

Alias for type.

options

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.