cs::DBI::Table::Row - tie a hash to a DBI table row
use cs::DBI::Table::Row;
tie %h, cs::DBI::Table::Row, rowref, rowkey, parent;
The cs::DBI::Table::Row module provides methods to tie a hash to a row fetched from a cs::DBI::Table::Hash or cs::DBI::Table::Array.
rowref is a hashref containing the values of the row. rowkey is the value for the key field specifying this row. parent is a reference to the object whose FETCH method obtained the row.
Cameron Simpson <cs@zip.com.au>