SQL::DB::Schema::Column - description


SQL-DB documentation  | view source Contained in the SQL-DB distribution.

Index


NAME

Top

SQL::DB::Schema::Column - description

SYNOPSIS

Top

  use SQL::DB::Schema::Column;

DESCRIPTION

Top

SQL::DB::Schema::Column is ...

METHODS

Top

table

name

null

default

unique

auto_increment

primary

type =head2 type_Pg =head2 type_mysql

bind_type =head2 bind_type_Pg =head2 bind_type_mysql

ref

references

deferrable

set

Takes an object method (subroutine reference) which is run when SQL::DB::Row->set_column($val) is called. The subref has access to the row object and all of its columns, but must return the value for the column and not set it.

inflate

deflate

sql_default

sql

FILES

Top

SEE ALSO

Top

Other

AUTHOR

Top

Mark Lawrence <nomad@null.net>

COPYRIGHT AND LICENSE

Top


SQL-DB documentation  | view source Contained in the SQL-DB distribution.