| SQL-DB documentation | view source | Contained in the SQL-DB distribution. |
SQL::DB::Row - description
use SQL::DB::Row;
SQL::DB::Row is ...
Create a new object from values contained a reference to an ARRAY. The array values must be in the same order as the definition of the class.
Returns a reference to a hash containing the keys and values of the object.
Other
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.
| SQL-DB documentation | view source | Contained in the SQL-DB distribution. |