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

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

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

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.



Mark Lawrence <nomad@null.net>

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.