NAME

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

SYNOPSIS

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

DESCRIPTION

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

METHODS

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

SEE ALSO

Other

AUTHOR

Mark Lawrence <nomad@null.net>

COPYRIGHT AND LICENSE

Copyright (C) 2007,2008 Mark Lawrence <nomad@null.net>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.