The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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